比如,我本地web-view hybrid/html/a.html
在a页面中给 window 写入方法a()
window.a = function(){
console.log('这是a')
}
a页面中 window.location.href 打开页面b.html
在b页面window.a() 可以访问到这个方法,怎么实现呢?
或者有其他的思路谢谢
比如,我本地web-view hybrid/html/a.html
在a页面中给 window 写入方法a()
window.a = function(){
console.log('这是a')
}
a页面中 window.location.href 打开页面b.html
在b页面window.a() 可以访问到这个方法,怎么实现呢?
或者有其他的思路谢谢
喜欢技术的前端 (作者)
好的大佬我试试
2021-07-23 17:44