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.
我如何检查加载页面时是否加载了 .json 文件。 有没有办法像我们在 python 中那样使用“console.log”来应用日志
我如何检查加载页面时是否加载了 .json 文件。
有没有办法像我们在 python 中那样使用“console.log”来应用日志
是的。控制台.log(dataToLog)
在支持控制台的浏览器中(IE Chrome、Fireforx、Opera...)
在控制台中查看 ajax 调用
对于 WebKit,选择 Network 选项卡并单击 XHR
对于 Firefox,选择 Net 选项卡并单击 XHR