#52004/4/8 16:40:02
这是因为缓存的关系
neo.txt后面附加一个随机数,使加载数据的时候每次都重新加载就可以了,上传以后才看得到效果
把loadVariablesNum("neo.txt", 0);
改成
ran=Math.round(Math.random()*10000);
loadVariablesNum ("neo.txt?" + ran, 0);
编辑历史:[此帖被 candy 编辑过(编辑时间:2004-04-08 16:47:59)]
[此帖被 candy 编辑过(编辑时间:2004-04-08 18:29:49)]