Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

10 rindas
320 B

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