注册/登录|最近发布|今日推荐
= 赋值
+= $x+=3相当于$x = $x+3;
-=
*=
/+
%=
.=
php赋值运算符
原文地址:https://www.cnblogs.com/big2cat/p/9855589.html