【发布时间】:2013-05-30 09:05:00
【问题描述】:
我在 php 中有:$currencysymbol = "£"
后来我想在html中使用它来显示:£1 = xxxxx
但是如何去掉符号和 1 之间的空白呢?
$currencysymbol 1 = xxxxx //whitespace £ 1
$currencysymbol1 = xxxxx // unknown variable
【问题讨论】:
-
在 html 中用作 .
标签: php html variables whitespace