14
Khi nào bạn nên sử dụng lối thoát thay vì encodeURI / encodeURIComponent?
Khi mã hóa một chuỗi truy vấn được gửi đến máy chủ web - khi nào bạn sử dụng escape()và khi nào bạn sử dụng encodeURI()hoặc encodeURIComponent(): Sử dụng lối thoát: escape("% +&="); HOẶC LÀ sử dụng encodeURI () / encodeURIComponent () encodeURI("http://www.google.com?var1=value1&var2=value2"); encodeURIComponent("var1=value1&var2=value2");