codeURIComponent() 方法進行編碼
該方法可以將字符串中的特殊字符進行編碼,生成新的字符串。具體實現代碼如下:
var str = "Hello, world!@#$%^&*()_+";codedStrcodeURIComponent(str);solecodedStr); // 輸出 Hello%2C%20world%21%40%23%24%25%5E%26%2A%28%29_%2B
() 方法進行編碼
該方法可以將 JavaScript 對象序列化為 URL 查詢字符串,并對特殊字符進行編碼。具體實現代碼如下:
var obj = {ame: "張三",
age: 20,der: "男"
};codedStr(obj);solecodedStrameder=%E7%94%B7
() 方法時傳入第二個參數。
codeURIComponent() 方法可以更方便地對對象進行編碼,并且可以指定分隔符。