017_python经常使用小技巧

1、进行十六进制运算python

print(hex(int("6500000001", 16) - int("640064c6e7",16)))
0xff9b391a
相关文章
相关标签/搜索