js對http傳遞數據進行編碼、js產生惟一標識

<html>  <head>   <title>測試編碼</title>   <script>    function doEncode(){     var con = document.getElementById("content");     con.value = encodeURIComponent(con);     alert(con.value);    }        fun
相關文章
相關標籤/搜索