使用cython加密python代码 test.py如下:list2 = [4,3,2,1]list3 = sorted(list2)print list2加密方法:cython test.py --embed运行方法:gcc python-config --cflags -o test test.c python-config --ldflags./test Cython 2024-05-19 39 点赞 0 评论 59 浏览