main() { double n1 = 15.00; double n2 = 15.50; print(format(n1)); print(format(n2)); } String format(double n) { return n.toStringAsFixed(n.
確定! 回上一頁