CSharp添加删除查询字符串中的参数
作者:kkcat / 发布于2013/6/17/ 1028
这两个函数都是相对当前的请求的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
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved 站长博客 粤ICP备13059550号-3