def get_qzone_gtk(p_skey): hashes = 5381 for letter in p_skey: hashes += (hashes << 5) + ord(letter) return hashes & 0x7fffffff
Last modification:April 2, 2020
如果觉得我的文章对你有用,请随意赞赏