var count = 0; for n in decimals { if count == max { break } string += "\(n)" count += 1 } let double = Double(string)! return double }.
確定! 回上一頁