论文部分内容阅读
主页加密是本人在编写JavaScript过程中的一点小体会。 加密的主要思想就是把JavaScript中的escape()函数当作转换器对HTML源代码进行转换,在加载主页时再用unescape()进行解码。浏览者能够正确浏览你的网页,但是
Home encryption is a little bit of my own experience in the preparation of JavaScript. The main idea of encryption is to convert the HTML source code by using the escape () function in JavaScript as a translator and decoding by unescape () when loading the homepage. Visitors are able to browse your pages correctly, however