如何将数组对象从 contentscript.js 传递到 popup.html?
popup.html 向 contentscript.js 发送请求。 contentscript.js 创建一个数组并将响应(数组对象)发送到 popup.html。
如何将数组对象从 contentscript.js 传递到 popup.html?
是否需要background.html页面从contentscript.js获取数组对象,然后将其传递给popup.html?
The popup.html sends a request to contentscript.js. The contentscript.js creates an array and send the repsonse(an array object) to popup.html.
How to pass an array object from contentscript.js to popup.html?
Is there a need of background.html page to get array object from contentscript.js and then pass it on to popup.html ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更新:添加选定的选项卡 ID 而不是 null
update: added selected tab id instead of null