指定字符串后的截取

来源:互联网 发布:淘宝签署食品协议 编辑:程序博客网 时间:2024/05/02 11:50
string str = "http://localhost:2008/TravelLine/wayInfo.aspx?Id=99999";
   str = str.Substring(str.LastIndexOf("=") + 1).Trim(); 
原创粉丝点击