<button onclick="local()">跳转</button>
function local(){
location.href = "https://www.baidu.com/#/tab/search/" + document.getElementById("href").value
}
完全可以实现的。你这样试试:
<textarea rows="1" name="message" cols="1" value="$var"></textarea>
<input type="hidden" value="提交" name="message" value="$var">
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)