Last updated:
0 purchases
pyzafa 1.2.0
Python自用小功能。安装:
pip install pyzafa
数据编码
1. unicode字符与base64字符相互转换
from pyzafa.data_encoding import base64encode, base64decode
base64encode('你好,世界')
base64decode('5L2g5aW977yM5LiW55WM')
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.