25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
12345678910 |
- (function () {
- // 追加 bind() 填充代码
- var scriptElem = document.createElement('script');
- scriptElem.setAttribute('src', 'scripts/android2.3-jscompat.js');
- if (document.body) {
- document.body.appendChild(scriptElem);
- } else {
- document.head.appendChild(scriptElem);
- }
- }());
|