如果外地朋友通过 Internet 访问你的计算机上的 ASP.NET文件,应该选择( )。
- A. http://localhost/asp.net/chapter1/1-1.aspx
- B. http://127.0.0.1/chapter1/1-1.aspx
- C. http:// 你的计算机的名字 /asp.net/chapter1/1-1.aspx
- D. http:// 你的计算机的 IP 地址 /asp.net/chapter1/1-1.aspx
查看答案
纠错
若遇到问题请联系 客服QQ:3480655671
正确答案: D
本题解析: 暂无解析
包含此试题的试卷
你可能感兴趣的试题
给定一个 JSP程序源代码,如下: 在two.jsp 中使用( )代码片段可以输出参数 location 的值。
- A.
- B.
- C.
<%=request.getAttribute("location")%> - D.
<%=request.getParameter("location")%>
置顶