首页  编辑  

获得URL中的参数值

Tags: /C#/字符串处理/正则表达式/   Date Created:

string s = "http://www.baidu.com/s?wd=%D6%D0%B9%FA&cl=3" ;

Text = Regex . Match(s, @"[?|&]cl=([^&]*)" ) . Result( "$1" );