DecimalFormat myFormat = new DecimalFormat(pattern);
请问这个pattern这个参数有什么作用。
创建对象时,带参数和不带参数有什么区别。