You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- (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);
- }
- }());
|