在PHP中,"aaa" + "bbb"会产生0.
"aaa" + "bbb"
0
我知道要在PHP中连接两个字符串,我需要使用..但是我不知道为什么+在PHP 中添加两个字符串会产生这个结果呢?
.
+
php string
php ×1
string ×1