escape对应的解码函数是 unescape ,它们已经从Web标准中废弃。绝大多数情况都可以使用 encodeURI 和 encodeURIComponent 来代替。 escape 将会转义除了 @ ...
確定! 回上一頁