保护html防止被关键词拦截

2015-06-24 11:28
原理:使用js还原出源码输出,可以使用js自带函数unescape或者使用自定义 base64_decode函数解密


 <script> document.write(unescape("密文")) script>
^