<?php @mysql_connect("localhost","root","") or die ("mysql连接失败"); @mysql_select_db("books") or die("db连接失败"); mysql_set_charset("utf8"); define('SALT',"11223344");