我想將1.00和2.00分別轉換為1和2。當我嘗試將 entry.y = Double(value) 更改為 entry.y = Int(value) 時,它說它必須是Double。如何將值轉換為整數?
確定! 回上一頁