• 2022-07-27 问题

    下列输入输出语句使用正确的是( ) A: InputStream in=new InputStream(“hello.txt”); B: InputStream in =new BufferedInputStream (“hello.txt”); C: InputStream in =new FileOutputStream(“hello.txt”); D: InputStream in =new Reader(“hello.txt”);

    下列输入输出语句使用正确的是( ) A: InputStream in=new InputStream(“hello.txt”); B: InputStream in =new BufferedInputStream (“hello.txt”); C: InputStream in =new FileOutputStream(“hello.txt”); D: InputStream in =new Reader(“hello.txt”);

  • 2022-05-29 问题

    文件 book.txt 在当前程序所在目录内,其内容是一段文本:"hello”,下面代码的输出结果是:txt = open("book.txt", "r")print(txt)txt.close() A: hello B: 以上答案都不对 C: txt D: book.txt

    文件 book.txt 在当前程序所在目录内,其内容是一段文本:"hello”,下面代码的输出结果是:txt = open("book.txt", "r")print(txt)txt.close() A: hello B: 以上答案都不对 C: txt D: book.txt

  • 2021-04-14 问题

    【单选题】txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。 A. 1 B. txt ,图片,Word。 C. txt ,图片,Word。

    【单选题】txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。txt ,图片,Word。 A. 1 B. txt ,图片,Word。 C. txt ,图片,Word。

  • 2021-04-14 问题

    语句Print Format("HELLO", " A、HELLO: HELLO|He|he|hello

    语句Print Format("HELLO", " A、HELLO: HELLO|He|he|hello

  • 2022-06-05 问题

    ​若字符串 s = 'hello world',则语句 s.ljust(15, '.') 和 s.rjust(15) 的输出结果为?​ A: '....hello world'' hello world' B: 'hello world....'' hello world' C: 'hello world....''hello world ' D: 'hello world....''hello world'

    ​若字符串 s = 'hello world',则语句 s.ljust(15, '.') 和 s.rjust(15) 的输出结果为?​ A: '....hello world'' hello world' B: 'hello world....'' hello world' C: 'hello world....''hello world ' D: 'hello world....''hello world'

  • 2021-04-14 问题

    编写一个Python程序,输出如下语句 Hello Python Hello Python Hello Python Hello Python Hello Python

    编写一个Python程序,输出如下语句 Hello Python Hello Python Hello Python Hello Python Hello Python

  • 2022-06-09 问题

    以下程序运行后的输出结果是x="hello "print(x*3) A: hello*3 B: hello hello hello C: hello D: hellohellohello

    以下程序运行后的输出结果是x="hello "print(x*3) A: hello*3 B: hello hello hello C: hello D: hellohellohello

  • 2022-06-06 问题

    下面代码的运行结果是( )。var str= "hello world" ;var str1=str.toUpperCase();var str2=str.toLowerCase() ;alert (str1) ;alert (str2) ; A: "HELLO WORLD","HELLO WORLD" B: "HELLO WORLD","hello world" C: "hello worl","HELLO WORLD" D: "hello world","hello world"

    下面代码的运行结果是( )。var str= "hello world" ;var str1=str.toUpperCase();var str2=str.toLowerCase() ;alert (str1) ;alert (str2) ; A: "HELLO WORLD","HELLO WORLD" B: "HELLO WORLD","hello world" C: "hello worl","HELLO WORLD" D: "hello world","hello world"

  • 2022-06-01 问题

    下列嵌套关系正确的是 A: hello B: hello C: hello D: hello

    下列嵌套关系正确的是 A: hello B: hello C: hello D: hello

  • 2021-04-14 问题

    假设在当前目录下无 Hello.txt 文件,以下程序的输出是? import ...y'); } return 0; } }

    假设在当前目录下无 Hello.txt 文件,以下程序的输出是? import ...y'); } return 0; } }

  • 1 2 3 4 5 6 7 8 9 10