document.write(6)與document.write("6")意義上有什么區(qū)別?
document.write(6) 這個把6當變量,這么寫不行吧document.write("6")這個把6當字符串