A: (1)
B: (2)
C: (3)
D: (4)
举一反三
- 修改xml文件的步骤,正确的顺序应该是()。(1)读取xml文件放入document中。(2)对document中的指定属性值内容进行修改。(3)将document写入到xml中。 A: 1、2、3 B: 2、1、3 C: 3、1、2 D: 2、3、1
- Which of the following components is not part of a sales document?() A: Document header. B: Document feed. C: Document items.
- 操作docx文档的python-docx模块中,docx文档没有下列________________对象: A: Document B: Paragraph C: Run D: Worksheet
- A is a single text data point. The is the collection of all the documents. A: Feature; document B: Corpus; feature C: Document; feature D: Feature; document
- The RFC document is the working document of which of the following standardization organizations?( )
内容
- 0
文件document的访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是( ) A: chmod a+x g+w document B: chmod 765 document C: chmod o+x document D: chmod g+w document
- 1
在J2EE中,接受一个XML文档,返回document对象,以分析该XML文档,可以使用如下()方法获得document对象 A: Document doc=DocumentBuilderFactory.parse(“my.xml”); B: Document doc=DocumentBuilder.parse(“my.xml”); C: DocumentBuilderFactory dbf= DocumentBuilderFactory.newInstance(); DocumentBuilderbuilder=dbf.newDocumentBuilder(); Document doc=builder.parse(“my.xml”); D: DocumentBuilder builder=new DocumentBuilder(); Document doc=builder.parse(“my.xml”);
- 2
What is a resume?( ) A: a document used and created by a person to present their life philosophy B: a document used and created by a person to present their family tree C: a document used and created by a person to present their past D: a document used and created by a person to present their background, skills, and accomplishments.
- 3
The document for the meeting is important. document的意思是? A: 文件 B: 登机牌 C: 机票 D: 护照
- 4
关于document对象和window对象的说法,正确的是? A: document对象是window对象的父级 B: document对象与window对象是同级 C: document对象是window对象的子对象 D: 用户可以改变 document.location