JavaScript 参考手册
JavaScript escape() 函数
使用 escape() 来编码字符串
源代码:
点击运行 »
<script> document.write(escape("Need tips? Visit Mifeng!")); </script>
运行结果:
点击运行 »