🌈 搜索
📅  最后修改于: 2022-03-11 14:53:52.100000             🧑  作者: Mango
$string = "the color is "; $string .= "red"; echo $string; // gives: the color is red