Again, this can be solved in pure Python: >>> map(str, [0,33,4444522]) ['0', '33', '4444522']. Or if you need to convert back and forth: > ...
確定! 回上一頁