Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如何用autox.js实现类似于电脑f5网页刷新的功能(非坐标点击刷新圆圈箭头)
openUrl 重复打开及刷新
他说的是在浏览器中
如果你说的是在浏览器中,那并不是不行。只是目前来说并没有一个适配性很好的办法 如果你说的是Auto.js Pro或Autox.js,那还是跟楼上的说法一样,通过loadurl重新加载 翻了一下之前的一些文档、文件和搜索记录,可以用这个方式来:
ui.webview.loadUrl("javascript:location.reload()");
把前面那一段代码中的webview给变更成你的webview控件ID,或者说把ui.webview变更成你的webview控件对象