@foreach($list as $v) <option>{{$v->name}} </option>@endforeach
{{$v->name}}可以提取到数据 但是用{{$v['name']}}就会出错不解析 怎么回事 两种有什么区别
相关分类