通过JS实现页面输出的方法是什么()。
A: document.write()
B: document.print()
C: document.confirm()
D: doucment.getname()
A: document.write()
B: document.print()
C: document.confirm()
D: doucment.getname()
举一反三
- 使用 JavaScript 语言中 Document的()方法可以在页面上输出字符 A: document.write () B: document.print() C: document.out() D: document.flush()
- 在使用JS时以下哪些不是document对象的方法()。 A: value B: type C: name D: document.write()
- js中下列不属于document对象的方法的是() A: getElementById() B: getElementsByName() C: getElementsByTagName() D: write()
- Which of the following components is not part of a sales document?() A: Document header. B: Document feed. C: Document items.
- 下面( )不是document对象的方法 A: getElementsByTagName() B: getElementById() C: write() D: reload()