• 2022-06-09
    下列字符串正确的是( )。
    A: I'm a student
    B: 'I'm a student'
    C: "I'm a student"
    D: “I'm a student”
  • C

    内容

    • 0

      10. Speaker A: I’m a graduate student of this department. Now I want to find a part-time job. Is there anything available?</p> Speaker B: _____</p>

    • 1

      &#91;听力原文&#93;M: Let’s go to the dance at the Student Center on FridayW: I’d like to, but I’m going to a lecture. Thanks for asking me though. What is the woman going to do on Friday() A: Go to a dancing party. B: Go to the Student Center. C: Go to a lecture. D: Stay at hom

    • 2

      已知s1="I "am a student.",s2='I \'am a student',则print(s1,s2)的输出结果为( ) A: I 'am a student. I 'am a student B: I "am a student. I 'am a student C: I "am a student. I \'am a student D: 程序报错

    • 3

      【单选题】如果输出语句:printf(“I am “student" you is teacher "). 显示内容? A. I am “student"   you is teacher B. I am  student you is teacher C. I am student    you is teacher D. I am “student" you is teacher

    • 4

      下面语句的输出结果( )。&lt;?php$str1="I am student ";$str2="Lily";$str3=str_replace("student",$str2,$str1)echo $str3;?&gt; A: I am student B: I am Lily C: Lily am student D: I am student Lily