摘要: js编码处理(转) 1. 使用 JS 中的 encodeURIComponent 或 encodeURI 方法。 说明: encodeURIComponent(String) 对传递参数进行设置。不编码字符有 71 个: ! , ' , ( , ) , * , - , . , _ , ~ , 0-9 , a-z , A-Z 。 例: var url = “<a href=...
阅读全文
posted @
2009-06-02 09:25 Winner.Net(2007) 阅读(854) |
评论 (0) 编辑