单项选择题

输出"hello world"的正确的JavaScript语法的是:()

A.document.write("hello world")
B.("hello world")
C."hello world"
D.response.write("hello world")