摘要: 1. 使用 JS 中的 encodeURIComponent 或 encodeURI 方法。 说明: encodeURIComponent(String) 对传递参数进行设置。不编码字符有 71 个: ! , ' , ( , ) , * , - , . , _ , ~ , 0-9 , a-z , A-Z 。 例: var url = “<a href=’http:/... 阅读全文
posted @ 2009-07-09 12:10 小开的一天 阅读(2936) 评论(1) 推荐(0) 编辑