用Python 計算CRC32 很簡單,只要使用內建的binascii 模組即可。 import binascii print binascii.crc32("hello world") 要反覆計算的話,可以用:
確定! 回上一頁