我想知道使用'开发者工具'在Google Chrome中查看所有变量及其保存值的方法。任何人都可以帮助我..
答案 0 :(得分:0)
导航有点困难,但是如果你正在使用chrome:
F12 - >元素 - > (在右下角)Properites显示所有可用节点及其值。
答案 1 :(得分:0)
我猜您的意思是JavaScript文件中的变量?
如果是,您可以使用调试器。
更多相关信息: https://developers.google.com/web/tools/chrome-devtools/debug/breakpoints/?hl=en
https://scotch.io/tutorials/debugging-javascript-with-chrome-devtools-breakpoints