摘要:
<?php$link = @mysql_connect('localhost', 'root', 'root');if (!$link) { die('Could not connect: ' . mysql_error());}mysql_query('use dangao');//预定义全局变量 阅读全文
posted @ 2018-01-31 15:05
heshimei77
阅读(88)
评论(0)
推荐(0)