当我使用(IFS=' ';count=$'\t 1';[ $count -gt 0 ])
时,它显示时间的选择框,但它们之间有一个空格。
我知道选择框必须在没有进入或空格的情况下彼此相邻,但我怎么能在这里做到?
答案 0 :(得分:-1)
对于Smarty V2,您可以使用负边距,
对于Smarty V3,您可以尝试field_separator=""
属性
(http://www.smarty.net/docs/en/language.function.html.select.time.tpl)