$count=Db::table('userinfo') ->insert([ '使用者名稱'=>'郭襄', '郵箱'=>'guoxiang@163 .com ', '年齡'=>18, '密碼'=>'123', ]);