Appcan刷新frame窗口匿名 · 更新于 2015/4/20首先在目标窗口中写入refesh函数 function refesh(){ window.location.reload(); } 然后在需要执行刷新的地方调用refesh函数即可 appcan.frame.evaluateScript('root','content_窗口名称','refesh()') 上一篇Appcan子窗口关闭父窗口