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.
是否可以通过手动将代码键入浏览器的控制台来执行/创建 ajax 调用?如果是这种情况怎么办?提前致谢。:)
您可以按照与在 html 文档的脚本中执行此操作完全相同的方式执行此操作。
$.ajax();如果您使用 jQuery,只需将 -Call粘贴到控制台中。
$.ajax();