$count=Db::table('userinfo') ->insert([ 'UserName'=>'郭襄', 'Email'=>'guoxiang@163.com', 'Age' =>18, 'PassWord'=>'123', ]);