encodeURIComponent is to process part of the URI, e.g. query strings. For encodeURI you can retrieve the original data by using decodeURI ...
確定! 回上一頁