I don't actually know how to describe what I wanted, but I'll show you:
For example:
$data1 = "the color is";
$data2 = "red";
What should I do (or process) so $result is the combination of $data1
and $data2
?
Desired result:
$result = "the color is red";
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…