如何在 IE 9 中调试 JavaScript?
我有一个使用 JS 和 jQuery 的网站,在所有浏览器上都能正常工作,但在 IE 9 中似乎有错误。
如何调试 javascript IE 9?
当您在此处提交表单时会发生错误:http://www.problemio.com/add_problem.php
测试登录是: 电子邮件:[电子邮件受保护] 密码:测试
I have a site that uses JS and jQuery and works fine on all the browsers, but seems to have a bug in IE 9.
How do I debug javascript IE 9?
The error happens when you submit the form here: http://www.problemio.com/add_problem.php
and a test login is:
email: [email protected]
password: testing
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
按 F12,转到“脚本”,然后按“开始调试”(或类似的内容。我使用的是德语版本)。
如果您的脚本包含任何错误,IE9 将向您显示一条警报消息。
Press F12, go to "Script" and press "Start debugging" (or something like that. I'm using the german version).
If your script includes any errors, IE9 will show you an alert message.