标签: java string
我有
String str = "$2,542";
我想将此字符串格式化为:
" $2,542.00"
$2,542.00"
是否可以使用java String.format()方法实现这一点???