A.http://localhost/asptemp/chapter1/images/1.jpg B.http://127.0.0.1/asptemp/chapter1/images/1.jpg C.http://localhost/inetpub/wwwroot/asptemp/chapter1/images/1.jpg D.http://127.0.0.1/inetpub/wwwroot/asptemp/chapter1/images/1.jpg
A.Get主要通过url方式提交表单域的数据,post是通过页面的head进行提交 B.Get提交数据量的大小较小,跟浏览器有关,而post提交数据量较大。 C.Get方式提交数据更安全,方便 D.在asp.net中,页面中表单默认设置为runat=”server”时,其提交方式为get
A.Insert Into tbAddress(strName,strTel)Values("萌萌","6545632") B.Insert Into tbAddress(strName,strEmail)Values("萌萌","") C.Insert Into tbAddress(strName,strEmail)Values("萌萌",NULL) D.Insert Into tbAddress(strName,intAge)Values(萌萌,22)
A.用户打开页面后就离开了电脑长达30分钟 B.用户打开页面后链接到了另外一个网站,之后也没有再返回网站 C.用户打开页面后一直浏览该页面达30分钟,期间没有刷新页面 D.用户关闭了浏览器窗口
A."/" B."\" C."." D."C:\Inetpub\wwwroot"