• 2022-06-08
    关于下列代码有一处错误,请找出>;>;>; from docx import Document>;>;>; document = Document()#(1)>;>;>; document.add_paragraph('Hello world') #(2)>;>;>;document.add_paragraph('I love you')>;>;>; document.save(test.docx)#(3)>;>;>; for p in document.paragraphs:#(4)print(p.text)#(5)
    A: (1)
    B: (2)
    C: (3)
    D: (4)
  • C

    内容

    • 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