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
                 
© Allow specification reprint
                 
             
                            
                            
One comment
?金句式评语?