标签:style blog http color 使用 strong 2014 div log
两个函数可以对特定函数生成的密码字符串进行解密操作,就可以生成为未解密的字符串
使用方法:
//加密 encodeURIComponent("http://www.cnblogs.com/7night")
结果:
//解密 decodeURIComponent("http%3A%2F%2Fwww.cnblogs.com%2F7night ")
结果:
JS中的decodeURIComponent和encodeURIComponent
标签:style blog http color 使用 strong 2014 div log
原文地址:http://www.cnblogs.com/7night/p/3939867.html