字符串处理 1.在 PHP 中,只有一个字符串运算符,就是并置运算符 .,用于把两个字符串值连接起来。 //“ . ”字符串连接操作 <?php $str1="hello"; $str2="world"; echo $str1