首頁 > 問答 > 主體
thinkphp如何判斷使用者名稱是否在資料庫中已經存在呢
新鲜的**鸡腿2018-08-08 21:25:07
$db_username = Db::name('使用者表')->where('使用者名稱','=','使用者名稱')->find();
#