A.文本模式B.二進(jìn)制模式C.JSON 模式D.XML 模式
A.if 語句B.for 語句C.while 語句D.switch 語句
A.print("Hello,world!")B.print(’Hello,world!’)C.print("""Hello,world!""")D.print(’Hello’,’world!’)