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.
我正在使用Firefox和Firebug来了解和了解 AJAX 的工作原理。我正在“检查”谷歌地图网站,当我移动到输入一些名称的搜索输入字段时,它会显示一个可自动完成的值列表。然而,奇怪的是,为了检索这些值,执行了任何 AJAX HTTP 请求。这怎么可能?!也就是说,谷歌地图是如何检索这些值的?
注意:在Google网站上不会发生同样的情况。
我认为您使用 Firebug 的方式有问题。我在 Chrome 开发人员工具中检查了它,每次我键入一个键时都会看到一个 Ajax 请求,正如您所期望的那样。