What would be the equivalent of substring for integers in Dart? For example: int 123456; result1 = 123; result2 = 456;. I've gotten this far, ...
確定! 回上一頁