刷新一次页面语句
print ("window.onload(){");
print ("if(location.href.indexOf('http://127.0.0.1/sina/sinastock/readXlsx.php')==-1){");
print ("location.href=location.href+'http://127.0.0.1/sina/sinastock/readXlsx.php';");
print ("location.reload()");
print ("}");
print ("}");
这段程序在前几天已经通过率调试,为何最近几天又通不过了,百思不解
用的是apache2.4.39版本的phpstudy
特大糊涂 2020-08-31 17:09:561楼
@phpsutdy-猪哥 :
猪哥你好,前一段时间发的一个关于批量读取数据的帖子https://www.xp.cn/wenda/46296.html
我按照你的方法编程,就是写入一定数量的记录然后刷新页面已经通过了测试,不过这几天又通不过了
页面打印出:
window.onload(){if(location.href.indexOf('http://127.0.0.1/sina/sinastock/readXlsx.php')==-1)
{location.href=location.href+'http://127.0.0.1/sina/sinastock/readXlsx.php';location.reload()}}
原先通过时页面并没有打印出这个语句
不知什么原因,感谢你的帮助
赞 +添加回复