摘要: 本方法适用于Linux环境下: 1.安装库Cython pip3 install Cython==3.0.0a10 2.编写待加密文件:hello.py import random def ac(): i = random.randint(0, 5) if i > 2: print('success 阅读全文
posted @ 2023-10-12 18:11 lytcreate 阅读(1413) 评论(0) 推荐(2)