当然要有一个链接数据库类 如class sjk $db= new sjk();$res=$db->query("CALL test.proc_test()");while ($arr=$res->fetch_array()){echo $arr["Field"] ."";}