$attrs = input(‘post.goods_attr/a‘); $attr_price = input(‘post.goods_price/a‘); /a 就代表接受的是数组类型的数据
thuinkphp5 input('post.arr1')接收数组出现:variable type error:array
原文:http://www.cnblogs.com/leilei-1/p/7754963.html