如何在 dart 中初始化一個 Int64 數字
我希望這個數字是一個 Int64 數字。
Int64 secs = Int64(5);
但我收到了這個警告
A value of type 'int' can't be assigned to a variable of type 'Int64'.
Try changing the type of the variable, or casting the right-hand type to
uj5u.com熱心網友回復:
您可以嘗試使用BigInt飛鏢核心。
也Int64來自 fixnum。
Int64 secs = Int64(5);
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/520884.html
標籤:扑镖
