如何在此语句中生成固定宽度的输出?
use Term::ANSIColor;
printf("%s",sprintf("[%8s]",colored(sprintf("\$%0.2f",$Price),'red')))
在%8s
此声明中没有任何影响。是否有任何颜色意识格式说明符?
如何在此语句中生成固定宽度的输出?
use Term::ANSIColor;
printf("%s",sprintf("[%8s]",colored(sprintf("\$%0.2f",$Price),'red')))
在%8s
此声明中没有任何影响。是否有任何颜色意识格式说明符?