21,893
社区成员




$ls."mon_".$mon."|custom_number_format"
{$ls|cat:"mon_"|cat:$mon|custom_number_format}
$ls.".mon_".$mon."|custom_number_format"
{$ls."mon_".$mon|custom_number_format}
$ls.mon_'$mon'|custom_number_format} // $mon 变量不能加单引号
$id="111";
echo $str=(string)$id;