简单教程
提交运行
代码编辑器:
<script> var str="Need tips? Visit TWLE!"; var str_esc=escape(str); document.write(str_esc + "<br>") document.write(unescape(str_esc)) </script>
运行结果: