html中如何获取表单的数据?

2025-01-02 03:05:56
推荐回答(1个)
回答1:

document.getElementById('b').value
或者
form1.a.value

在页面间传递,

onclick="goURL(this.form)">

 在456.html页面用脚本叫URL问号后面的值分割后,再用"|"分割就得到username和email