111,125
社区成员
发帖
与我相关
我的任务
分享
http://[\w./]+
或者
http://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?
foreach (SHDocVw.InternetExplorer iw in sws)
{
if (iw.LocationURL.StartsWith("http", StringComparison.OrdinalIgnoreCase))
{
sb.AppendLine(iw.LocationURL);
}
}