用了这么久,第一次发现计算会出问题。这基本功能不能乱啊。上线前没有跑测试么? QAQ **版本**:chrome商店最新的2.1.0 **问题描述**:hash计算和python、其它在线工具计算的结果不一样。  ```bash # python计算结果 >>> hashlib.md5('123456'.encode()).hexdigest() 'e10adc3949ba59abbe56e057f20f883e' ``` 