六月七
strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior
出现这个错误可能是strpos()第二个参数为int类型了,只需在前面加上(string) 将int转为string
例如
strpos('_', (string)$department->index)
答题题库带错误选项题库出卖
csdn 更多
最新评论