python中os/sys/platform模块区别

os:This module provides a portable way of using operating system dependent functionality.

sys:This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter.

platform:This module provides access to underlying platform’s identifying data.

原文地址:https://www.cnblogs.com/milantgh/p/5427817.html