从页面一传递到页面二采用url传递参数:
window.location.href="/go.html?url=./page2.html?content="+encodeURI(encodeURI(userText))+"&name="+encodeURI(encodeURI(name));window.location.href=
从页面一传递到页面二采用url传递参数:
window.location.href="/go.html?url=./page2.html?content="+encodeURI(encodeURI(userText))+"&name="+encodeURI(encodeURI(name));window.location.href=