一起答
主观

32. 代码

If Len(Request.Form("selOpSys")) >0 Then 

strOpSys = Request.Form("selOpSys") 

strName = Request.Form("txtName") 

Response.Write "You selected '" & strOpSys _ 

& "' for machine '" & strName & "'." 

End If

请用ASE. NET程序代码改写以上ASP代码,以实现相同的功能。

参考答案
查看试卷详情