国家开放大学 / 网络编程技术
要显示下图的输出,正确的脚本语句是:
A. document.write( "Hello!He is my friend." )
B. document.write(Hello!He is my friend.)
C. document.write(' Hello!He is my friend.')
D. document.write(' "Hello!He is my friend." ') 如果要输出的字符串里面有双引号,可以用单引号标记字符串;如果要输入的字符串有单引号,可以用双引号标记字符串;若既有单引号也有双引号,则要使用转义字符
A. document.write( "Hello!He is my friend." )
B. document.write(Hello!He is my friend.)
C. document.write(' Hello!He is my friend.')
D. document.write(' "Hello!He is my friend." ') 如果要输出的字符串里面有双引号,可以用单引号标记字符串;如果要输入的字符串有单引号,可以用双引号标记字符串;若既有单引号也有双引号,则要使用转义字符
参考答案:
佳题速递: