◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

“Widget:AVGplayer/js”的版本间的差异

来自少前百科GFwiki
跳转至: 导航搜索
 
第4行: 第4行:
 
var xmlhttp_doll = new XMLHttpRequest();
 
var xmlhttp_doll = new XMLHttpRequest();
 
xmlhttp_doll.onreadystatechange = function() {
 
xmlhttp_doll.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {  
+
  if (this.readyState == 4 && this.status == 200) {  
     dollarray = JSON.parse(this.responseText.replace(/\/\*\s{1,4}\d{1,4}\s{1,4}\*\//g,"").replace(",\n}", "\n}"));}
+
     dollarray = JSON.parse(this.responseText.replace(/\/\*\s{1,4}\d{1,4}\s{1,4}\*\//g,"").replace(",\n}", "\n}"));
 
     getdollarrays();
 
     getdollarrays();
 +
  }
 
};
 
};
 
xmlhttp_doll.open("GET", "/index.php?title=JSON:AVGDOLL&action=raw", true);
 
xmlhttp_doll.open("GET", "/index.php?title=JSON:AVGDOLL&action=raw", true);

2023年6月13日 (二) 22:38的最新版本