$count=Db::table('userinfo') ->insert([ 'UserName'=>'郭襄', '이메일'=>'guoxiang@163.com', '나이' =>18, '비밀번호'=>'123', ]);