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 的网站获取结果,当我保存视图源时,ajax 详细信息不会出现,但是当我使用 firebug 时,我可以看到源。有没有办法让这个源在 c# 或 Perl 中变成字符串?有人能帮我吗?
AJAX 使用通过 http 的远程调用来更新 HTML 界面,因此您需要找出 AJAX 执行正在调用的 URL。使用正确的 URL 和参数,您可以进行 LWP::UserAgent 调用并解析响应内容。