最新回答 / 不過是心有魔債
Route::any('/product/info',['uses'=>'CatController@info','as'=>'center']);??path?? 不是uses嗎?
2018-01-10
最新回答 / 慕UI4579141
同問。
最新回答 / 慕桂英3014013
我的也是這樣。我用的chrome瀏覽器就會插入兩條數(shù)據(jù)。試了一下用IE訪問就只插入一條數(shù)據(jù)。我就想應(yīng)該是瀏覽器的問題,最大的可能就是插件的問題。結(jié)果是utorrent插件導(dǎo)致的。估計還會有其他插件會有影響,一個一個刪除排查就好了。
2017-12-21
最新回答 / 請輸入用戶名
DB::table('users')->insert(array( ? ?array('email' => 'taylor@example.com', 'votes' => 0), ? ?array('email' => 'dayle@example.com', 'votes' => 0),));
最新回答 / 慕仙1677345
model層::return self::where('id', '=', '1') ? ->select('id', 'nick') ->get() -> toArray();