mysql中一个表的字段是否存在 需要取得mysql中一个表的字段是否存在就使用Describe命令来判断 mysql_connect('localhost', 'root', 'root'); ...