$a = int 20; $b = "ABCD"; $c = $b.$a;
1) 的数据类型是什么$c?
$c
2)连接之前是否需要使用strval() ?
php string int concatenation
concatenation ×1
int ×1
php ×1
string ×1