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.
您好,我是编程新手,我想在 java 或 vsb 中制作一个访问 google、登录并进行搜索的脚本。我已经完成了我的作业,我发现的只是一些 PHP。非常感谢我只是想学习。
我认为您正在尝试做的事情称为网页抓取或“无头网页浏览”。有许多库可以为您执行此操作,例如Java 中的htmlunit或 httpunit。您还可以查看有关网络抓取的问答。