使用decodeURI() 對一個編碼後的URI 進行解碼:. <script> var uri="my test.asp?name=stale&car=saab"; document.write(encodeURI(uri)+ "<br>");
確定! 回上一頁