试题详情

使用 JavaScript 向网页中输出 hello,以下代码中可行的是( )

Adocument.write(hello);

Bdocument.write(“hello”);

Chello

Ddocument.read(“hello”);