php 出现Strict Standards: Only variables should be passed by r

这个问题多半是因为引用传递参数引起的,解决办法一是修改代码不使用引用传递,需要的朋友可以参考下

返回顶部