Menu
首页
搜索
SpringBoot
Vue
Vant
Python
Android
Harmony
InnoDB
AR
关注
发信
关注(28)
粉丝(399)
动态
文章
图片
laravel 报错htmlspecialchars() expects parameter 1 to be string, object given
翻译过来就是 期望参数1是字符串
意思就是说变量为数组,应以数组的方式输出
@foreach($xxx as $k=>$y)
{{$k}}{{$y}}
@endforeach
05-28 19:42