$count=Db::table('userinfo') ->insert([ '用户名'=>'郭襄', '邮箱'=>'guoxiang@163 .com', '年龄'=>18, '密码'=>'123', ]);