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

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

来自少前百科GFwiki
跳转至: 导航搜索
(测试)
第30行: 第30行:
 
     loadstate ++; }
 
     loadstate ++; }
 
};
 
};
xmlhttp_Spot.open("GET", "http://www.gfwiki.org/images/0/06/StcSpot.txt", true);
+
xmlhttp_Spot.open("GET", "/images/0/06/StcSpot.txt", true);
 
xmlhttp_Spot.send();
 
xmlhttp_Spot.send();
  
第39行: 第39行:
 
     loadstate ++; }
 
     loadstate ++; }
 
};
 
};
xmlhttp_in_team.open("GET", "http://www.gfwiki.org/images/4/48/StcEnemy_in_team.txt", true);
+
xmlhttp_in_team.open("GET", "/images/4/48/StcEnemy_in_team.txt", true);
 
xmlhttp_in_team.send();
 
xmlhttp_in_team.send();
  
第48行: 第48行:
 
     loadstate ++; }
 
     loadstate ++; }
 
};
 
};
xmlhttp_standard_attribute.open("GET", "http://www.gfwiki.org/images/1/13/StcEnemy_standard_attribute.txt", true);
+
xmlhttp_standard_attribute.open("GET", "/images/1/13/StcEnemy_standard_attribute.txt", true);
 
xmlhttp_standard_attribute.send();
 
xmlhttp_standard_attribute.send();
  
第57行: 第57行:
 
     loadstate ++; }
 
     loadstate ++; }
 
};
 
};
xmlhttp_team.open("GET", "http://www.gfwiki.org/images/c/c8/StcEnemy_team.txt", true);
+
xmlhttp_team.open("GET", "/images/c/c8/StcEnemy_team.txt", true);
 
xmlhttp_team.send();
 
xmlhttp_team.send();
  
第66行: 第66行:
 
     loadstate ++; }
 
     loadstate ++; }
 
};
 
};
xmlhttp_Theater_area.open("GET", "http://www.gfwiki.org/images/8/81/StcTheater_area.txt", true);
+
xmlhttp_Theater_area.open("GET", "/images/8/81/StcTheater_area.txt", true);
 
xmlhttp_Theater_area.send();
 
xmlhttp_Theater_area.send();
  
第75行: 第75行:
 
     loadstate ++; }
 
     loadstate ++; }
 
};
 
};
xmlhttp_Building.open("GET", "http://www.gfwiki.org/images/6/69/StcBuilding.txt", true);
+
xmlhttp_Building.open("GET", "/images/6/69/StcBuilding.txt", true);
 
xmlhttp_Building.send();
 
xmlhttp_Building.send();
  
第84行: 第84行:
 
     loadstate ++; }
 
     loadstate ++; }
 
};
 
};
xmlhttp_Mission.open("GET", "http://www.gfwiki.org/images/4/40/StcMission.txt", true);
+
xmlhttp_Mission.open("GET", "/images/4/40/StcMission.txt", true);
 
xmlhttp_Mission.send();
 
xmlhttp_Mission.send();
  
第93行: 第93行:
 
     loadstate ++; }
 
     loadstate ++; }
 
};
 
};
xmlhttp_charater_type.open("GET", "http://www.gfwiki.org/images/6/66/StcEnemy_character_type.txt", true);
+
xmlhttp_charater_type.open("GET", "/images/6/66/StcEnemy_character_type.txt", true);
 
xmlhttp_charater_type.send();
 
xmlhttp_charater_type.send();
  
第102行: 第102行:
 
     loadstate ++; }
 
     loadstate ++; }
 
};
 
};
xmlhttp_Ally_team.open("GET", "http://www.gfwiki.org/images/e/e4/StcAlly_team.txt", true);
+
xmlhttp_Ally_team.open("GET", "/images/e/e4/StcAlly_team.txt", true);
 
xmlhttp_Ally_team.send();
 
xmlhttp_Ally_team.send();
  
第111行: 第111行:
 
     loadstate ++; }
 
     loadstate ++; }
 
};
 
};
xmlhttp_Team_ai.open("GET", "http://www.gfwiki.org/images/b/b7/StcTeam_ai.txt", true);
+
xmlhttp_Team_ai.open("GET", "/images/b/b7/StcTeam_ai.txt", true);
 
xmlhttp_Team_ai.send();
 
xmlhttp_Team_ai.send();
  
第120行: 第120行:
 
     loadstate ++; }
 
     loadstate ++; }
 
};
 
};
xmlhttp_Mission_targettrain_enemy.open("GET", "http://www.gfwiki.org/images/c/c6/StcMission_targettrain_enemy.txt", true);
+
xmlhttp_Mission_targettrain_enemy.open("GET", "/images/c/c6/StcMission_targettrain_enemy.txt", true);
 
xmlhttp_Mission_targettrain_enemy.send();
 
xmlhttp_Mission_targettrain_enemy.send();
  
第129行: 第129行:
 
if (this.readyState == 4 && this.status == 200) { Building_txt = this.responseText; loadstate ++; }
 
if (this.readyState == 4 && this.status == 200) { Building_txt = this.responseText; loadstate ++; }
 
};
 
};
xmlhttp_Building_txt.open("GET", "http://www.gfwiki.org/images/8/8f/Building.txt", true);
+
xmlhttp_Building_txt.open("GET", "/images/8/8f/Building.txt", true);
 
xmlhttp_Building_txt.send();
 
xmlhttp_Building_txt.send();
  
第136行: 第136行:
 
if (this.readyState == 4 && this.status == 200) { Mission_txt = this.responseText; loadstate ++; }
 
if (this.readyState == 4 && this.status == 200) { Mission_txt = this.responseText; loadstate ++; }
 
};
 
};
xmlhttp_Mission_txt.open("GET", "http://www.gfwiki.org/images/c/c7/Mission.txt", true);
+
xmlhttp_Mission_txt.open("GET", "/images/c/c7/Mission.txt", true);
 
xmlhttp_Mission_txt.send();
 
xmlhttp_Mission_txt.send();
  
第143行: 第143行:
 
if (this.readyState == 4 && this.status == 200) { Enemy_charater_type_txt = this.responseText; loadstate ++; }
 
if (this.readyState == 4 && this.status == 200) { Enemy_charater_type_txt = this.responseText; loadstate ++; }
 
};
 
};
xmlhttp_Enemy_charater_type_txt.open("GET", "http://www.gfwiki.org/images/4/49/Enemy_character_type.txt", true);
+
xmlhttp_Enemy_charater_type_txt.open("GET", "/images/4/49/Enemy_character_type.txt", true);
 
xmlhttp_Enemy_charater_type_txt.send();
 
xmlhttp_Enemy_charater_type_txt.send();
  
第150行: 第150行:
 
if (this.readyState == 4 && this.status == 200) { Ally_team_txt = this.responseText; loadstate ++; }
 
if (this.readyState == 4 && this.status == 200) { Ally_team_txt = this.responseText; loadstate ++; }
 
};
 
};
xmlhttp_Ally_team_txt.open("GET", "http://www.gfwiki.org/images/0/00/Ally_team.txt", true);
+
xmlhttp_Ally_team_txt.open("GET", "/images/0/00/Ally_team.txt", true);
 
xmlhttp_Ally_team_txt.send();
 
xmlhttp_Ally_team_txt.send();
  
第157行: 第157行:
 
if (this.readyState == 4 && this.status == 200) { Team_ai_txt = this.responseText; loadstate ++; }
 
if (this.readyState == 4 && this.status == 200) { Team_ai_txt = this.responseText; loadstate ++; }
 
};
 
};
xmlhttp_Team_ai_txt.open("GET", "http://www.gfwiki.org/images/f/f5/Team_ai.txt", true);
+
xmlhttp_Team_ai_txt.open("GET", "/images/f/f5/Team_ai.txt", true);
 
xmlhttp_Team_ai_txt.send();
 
xmlhttp_Team_ai_txt.send();
  
第164行: 第164行:
 
if (this.readyState == 4 && this.status == 200) { Mission_targettrain_enemy_txt = this.responseText; loadstate ++; }
 
if (this.readyState == 4 && this.status == 200) { Mission_targettrain_enemy_txt = this.responseText; loadstate ++; }
 
};
 
};
xmlhttp_Mission_targettrain_enemy_txt.open("GET", "http://www.gfwiki.org/images/5/59/Mission_targettrain_enemy.txt", true);
+
xmlhttp_Mission_targettrain_enemy_txt.open("GET", "/images/5/59/Mission_targettrain_enemy.txt", true);
 
xmlhttp_Mission_targettrain_enemy_txt.send();
 
xmlhttp_Mission_targettrain_enemy_txt.send();
  
第171行: 第171行:
 
if (this.readyState == 4 && this.status == 200) { Special_spot_config_txt = this.responseText; loadstate ++; }
 
if (this.readyState == 4 && this.status == 200) { Special_spot_config_txt = this.responseText; loadstate ++; }
 
};
 
};
xmlhttp_Special_spot_config_txt.open("GET", "http://www.gfwiki.org/images/e/ec/Special_spot_config.txt", true);
+
xmlhttp_Special_spot_config_txt.open("GET", "/images/e/ec/Special_spot_config.txt", true);
 
xmlhttp_Special_spot_config_txt.send();
 
xmlhttp_Special_spot_config_txt.send();
  

2021年6月1日 (二) 17:35的版本