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