微件:ScenarioSimulator:修订间差异

来自PRTS
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第72行: 第72行:
var auto_num = 0;
var auto_num = 0;
var data_temp = "";
var data_temp = "";
var data_txt = new Array();
var data_txt = {};
var data_txt_test = new Array();
var data_txt_test = {};
var data_pic_back = {};
var data_pic_back = {};
var data_pic_char = {};
var data_pic_char = {};
第85行: 第85行:
catch(err)
catch(err)
{
{
var data_txt = new Array();
console.error("ERROR:The datas loaded failed,please check the input and try again.");
console.error("ERROR:The datas loaded failed,please check the input and try again.");
data_txt.push("Krliov:There has something wrong when loaded datas,please check the input. :3");
data_txt.push("Krliov:There has something wrong when loaded datas,please check the input. :3");
第102行: 第103行:
catch(err)
catch(err)
{
{
var data_txt = new Array();
console.error("ERROR:The pic_back loaded failed,please check the input and try again.");
console.error("ERROR:The pic_back loaded failed,please check the input and try again.");
data_txt.push("Krliov:There has something wrong when loaded pic_back,please check the input. :3");
data_txt.push("Krliov:There has something wrong when loaded pic_back,please check the input. :3");
第119行: 第121行:
catch(err)
catch(err)
{
{
var data_txt = new Array();
console.error("ERROR:The pic_char loaded failed,please check the input and try again.");
console.error("ERROR:The pic_char loaded failed,please check the input and try again.");
data_txt.push("Krliov:There has something wrong when loaded pic_char,please check the input. :3");
data_txt.push("Krliov:There has something wrong when loaded pic_char,please check the input. :3");
第159行: 第162行:
txt_max = data_txt.length;
txt_max = data_txt.length;
}
}
console.log("num_max=" + txt_max);
console.log("txt_max=" + txt_max);
system_enabled = false;
system_enabled = false;
reset_enabled = true;
reset_enabled = true;

2019年10月21日 (一) 18:23的版本