摘要:
<script type="text/javascript"> function checkform() { var re; var ss = document.getElementById('txtMobile').value; re = /^(1[358][0-9]{9})$/; if (re. 阅读全文
posted @ 2016-02-23 10:51
我的24岁青春
阅读(536)
评论(0)
推荐(0)
摘要:
比如你a.aspx里面有个TextBox1这个控件,该页面post到b.aspx,则b.aspx里可以string str1 = Request.Form["TextBox1"];也可以string str1 = Request.Params["TextBox1"];获得a.aspx里TextBox 阅读全文
posted @ 2016-02-23 10:27
我的24岁青春
阅读(569)
评论(0)
推荐(0)

浙公网安备 33010602011771号