111,126
社区成员
发帖
与我相关
我的任务
分享
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJLTM2MjEzOTcxZGQSc/pnM0H7hCweWzr+7ESfLCEn+g==" />
<table width="203" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="656"> <table width="203" border="0" cellpadding="0" cellspacing="0">
<tr>
</table>
Regex reg = new Regex(@"<form\s*[^>]*\s*>(\s|.)*</form>", RegexOptions.IgnoreCase);
Match m = reg.Match(rs);
if (m.Success)
{
ret = m.Value;
}