Loading

添加删除查询字符串中的参数

这两个函数都是相对当前的请求的URL来处理的。
例如:http://baidu.com/?a=hello&b=world
添加函数输入:("c","kkcat"),输出就是http://baidu.com/?a=hello&b=world&c=kkcat
删除函数输入:("b"),输出就是http://baidu.com/?a=hello
添加函数
删除函数
posted @ 2009-08-26 20:07  today4king  阅读(434)  评论(0编辑  收藏  举报