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.
 
 
 
 
 
 

10 lines
320 B

  1. (function () {
  2. // 追加 bind() 填充代码
  3. var scriptElem = document.createElement('script');
  4. scriptElem.setAttribute('src', 'scripts/android2.3-jscompat.js');
  5. if (document.body) {
  6. document.body.appendChild(scriptElem);
  7. } else {
  8. document.head.appendChild(scriptElem);
  9. }
  10. }());