两个html之间进行传值,如何进行?
Posted freedom
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了两个html之间进行传值,如何进行?相关的知识,希望对你有一定的参考价值。
function turnto(){ var getval=document.getElementById("text").value; turngetval=escape(getval); document.location.href="search.html?a="+turngetval; }
上面这段代码的意思是从本html中获取input中输入的内容,然后变url的值,实现跳转到第二个页面
--------------------- 本文来自 less_cold 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/less_cold/article/details/52710343?utm_source=copy
以上是关于两个html之间进行传值,如何进行?的主要内容,如果未能解决你的问题,请参考以下文章