引用一个html文件,并在另一个html文件中使用它们的字段

refer a html file and use their field in another html file

本文关键字:html 文件 字段 另一个 一个 引用      更新时间:2023-09-26

File name : old.html
Field id = "username"
File name : new.html
field id = "id"

现在我想从new.html收集id,并希望在不更改old.html的情况下将数据发送到old.html文件。过程是什么?

android对webview有很好的javascript支持,因为界面(java脚本对象注入)很容易使用。在本地java环境中捕获值并将其传递到下一页。