使用 JavaScript 语言中 Document的( )方法可以在页面上输出字符。
- A. document.write ()
- B. document.print()
- C. document.out()
- D. document.flush()
查看答案
纠错
若遇到问题请联系 客服QQ:3480655671
正确答案: A
本题解析: 暂无解析
包含此试题的试卷
你可能感兴趣的试题
给定一个 JSP程序源代码,如下: 在two.jsp 中使用( )代码片段可以输出参数 location 的值。
- A.
- B.
- C.
<%=request.getAttribute("location")%> - D.
<%=request.getParameter("location")%>
置顶