document.write(6)与document.write("6")意义上有什么区别?

热心网友

document.write(6) 这个把6当变量,这么写不行吧document.write("6")这个把6当字符串