evaluateScript--evaluatePopoverScript--区别

appcan.window.evaluateScript({})              //window.open()页面之间使用

appcan.window.evaluatePopoverScript({})   //index.html与index_content.html页面之间使用

appcan.frame.evaluateScript({})               //frame浮动窗口之间使用,其中name主窗口名为,
                                                             //要运行function的浮动窗口的index.html页面的名称 ,当是APP第一个页面时,则值为root

appcan.frame.evaluatePopoverScript({})   //

原文地址:https://www.cnblogs.com/MrZouJian/p/5364679.html