蟒蛇能解码的字符串是什么?
hi = "647361647361" lolly = hi.decode("hex") print lolly
在python中还有哪些其他.decode函数?除了(“妖术”)?有完整的名单吗?
发布于 2015-09-02 23:08:07
Python2.7.x的完整列表是7.8.3和7.8.4中的这里。
https://stackoverflow.com/questions/32364540
相似问题