如果
<?php
document.write"(hello)";
?>
上面是你的代码,加粗画线的地方注意:""应该在括号内将文字括起来("hello");
document.write("hello");
应该这么写吧