<?php $v1=2.25e8; echo"光在水中的速度$v1 m/s";
请问如何让变量v1与单位之间不出现空格,我想用转义字符\,但是直接添加会出现\
<?php $v1=2.25e8; echo"光在水中的速度$v1\m/s";
晚安sp
相关分类