略過符號
轉換符號 (例如 "=" "/" "?" 等)
// PHP 的 urlencode(string); urldecode(string); // javascript 的 encodeURI(string); decodeURI(string); encodeURIComponent(string); decodeURIComponent(string);