Cross-platform hacking
- All programs we wrote are pure python programs
- They do not rely on OS-specific resources.
Result:
- They work on any OS with a python interpreter.
- If packaged, they will work on any OS if even if python is NOT installed.
原文地址:https://www.cnblogs.com/keepmoving1113/p/11629953.html
时间: 2024-10-06 08:54:32