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.

上一篇:基于elementUI的菜单(element-menu)展示(无线级)


下一篇:回调函数是嘛东西