class="java" name="code"><?php $conn=@mysql_connect("localhost","root","") or die("链接错误"); mysql_select_db("test",$conn); ?>
?