Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 js 文件中的 chrome 扩展中有这个。
function App() { alert(1) }
当我右键单击-> 显示控制台并尝试触发方法时,方法 App 未定义。
为什么 ?这里有什么问题吗?
确保您的控制台在插件上下文而不是页面中工作。控制台底部有一个选择框。将“页面上下文”更改为“chrome 扩展”