$("#btnKeyWord").click(function () { window.open("/Atraction/Atraction.aspx?keyword=" + encodeURI(encodeURI($("#txtKeyWord").val()))); });
注意:这里要两次转码
$("#searchContent").val(decodeURI(getQueryString("keyword"))); if (getQueryString("keyword") == null) { bindData('', _PageSize, 0, isPrice, lowPrice, highPrice, orderStr, atrType, level); } else { bindData(decodeURI(getQueryString("keyword")), _PageSize, 0, isPrice, lowPrice, highPrice, orderStr, atrType, level); }
解码
作者:石世特
出处:http://www.cnblogs.com/TivonStone/
希望本文对你有所帮助,想转随便转,心情好的话给我的文章留个链接.o(. .)o