第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

為什么我的不是中文呢

//添加頁(yè)面
public function create(Request $request){
? ?if($request->isMethod('post')){
? ? ? ?$this->validate($request,[
? ? ? ? ? ?'Student.name'=>'required|min:2|max:20',
? ? ? ?'Student.age'=>'required|integer',
? ? ? ?'Student.sex'=>'required|integer',
? ? ? ?],['required'=>':attribute 為必填項(xiàng)',
? ? ? ?],['Student.name'=>'姓名']);
? ? ? ?$data=$request->input('Student');
? ? ? ?if(Student::create($data)){
? ? ? ? ? ?return redirect('student/index')->with('success','添加成功');
? ? ? ?}else{
? ? ? ? ? ?return redirect()->back();
? ? ? ?}

? ?}
? ?return view('student.create');
}

正在回答

1 回答

你的 “ ??'required'=>':attribute 為必填項(xiàng)', ?”這個(gè)后面多了個(gè)逗號(hào) 最后一個(gè)下標(biāo)不應(yīng)該有逗號(hào)!


$this->validate($request,

? ? ? ? ? ? ['Student.name'=>'required|min:2|max:23',

? ? ? ? ? ? ? ? 'Student.age'=> 'required|integer',

? ? ? ? ? ? ? ? 'Student.sex'=> 'required|integer'

? ? ? ? ? ? ],

? ? ? ? ? ? [

? ? ? ? ? ? ? ? 'required' => ':attribute 必填選項(xiàng)!',

? ? ? ? ? ? ? ? 'mix'=>':attribute 必須大于2個(gè)字符',

? ? ? ? ? ? ? ? 'max'=>':attribute 必須小于66個(gè)字符',

? ? ? ? ? ? ? ? 'integer'=>':attribute 必須為整數(shù)'

? ? ? ? ? ? ],

? ? ? ? ? ? [

? ? ? ? ? ? ? ? 'Student.name'=>'名 字',

? ? ? ? ? ? ? ? 'Student.age'=>'年 齡',

? ? ? ? ? ? ? ? 'Student.sex'=>'性 別'

? ? ? ? ? ? ]);


1 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

為什么我的不是中文呢

我要回答 關(guān)注問題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)