62,243
社区成员




Request.Form["名称"]
<form name="form1" method="get" action="Default.aspx">
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1">
<tr >
<td width="33%" height="25" style="padding-left:15px;">
标题 <input name="come" type="text" id="come" size="16">
</td>
</tr>
</tr>
<tr >
<td height="25" colspan="4" align="center" ><input type="submit" name="Submit" value="提交"></td>
</tr>
</table>
</form>
Response.Write(Request["name"]);