Dar數位hashcode屬性返回一個整數,表示數值的雜湊碼。
hashcode
語法
num.hashcode
範例
void main() { int n = 5000; print(n.hashCode); }
執行上面範例程式碼,得到以下結果 -
5000