Encode and decode a string: var str = "Need tips? Visit W3Schools!"; var str_esc = escape(str); document.write(str_esc + "<br>")
確定! 回上一頁