js裡對URL進行編碼、解碼

Z_沿華發表於2018-02-06

編碼:encodeURI(urlstring)   urlstring:要編碼的url地址(字串)

解碼:decodeURI(urlstring)    urlstring:要解碼的url地址(字串)

相關文章