JavaScript decodeURI () 函数 ... var enc = encodeURI(uri); var dec = decodeURI(enc); var res = enc + "<br>" + dec; ... decodeURI() 函数用于解码URI。
確定! 回上一頁