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.
Out Company 有一个新项目。
我们将建立代理服务器。
我使用 Java'ssocket 从 url 获取 html 文本。
然后我必须解析 html 文本。喜欢这些标签:a,frame,iframe,img,script,link...
我已经解决了这些问题。但是现在 JavaScript 已经在表单中做了一些动作。它将改变表单的动作。
如何解决这些问题。
对我来说这是一项艰巨的工作
我的英语不怎么好
运行 javascript 后添加:
document.formName.action = "/actionLink";