```php class Topic extends Model { protected $fillable = [ 'topic', 'exam_id', 'opt1', 'opt2', 'opt3', 'opt4', 'ans', ]; } ``` ``` 8. 批量賦值詳情可參考: [![](https://campus-xoops.tn.edu.tw/uploads/tad_book3/image/37/l56_047.png)](http://d.laravel-china.org/docs/5.5/eloquent#mass-assignment) [![到GitHub觀看此單元程式異動](https://campus-xoops.tn.edu.tw/uploads/tad_book3/image/34/to_github.png)](https://github.com/tad0616/exam56/commit/0babef0e25b809b80a8e02d2a734f31b3a82b977)
進階搜尋