document.write("");会在页面输出hello world 因为php会先在服务器运行 发送到客户端时,就成了document.write("hello world")
alert('\n');
document.write('');
document.write($value);