Your browser does not support the Canvas element.
摘要: 一、什么是模块?(what) 自己无法实现需要用别人写好的功能。(可能是文件夹/py文件/C语言编译好的一些文件) 二、模块的好处。(why) 1.可以进行分类管理。具有相同类型的写在一个模块中。比如所有有关时间的模块写在一个模块中。 2.可以节约内存。模块在未调用之前都存在硬盘上。 3.提供跟多的 阅读全文
posted @ 2018-08-03 17:00 一根小菜 阅读(178) 评论(0) 推荐(0) 编辑
Your browser does not support the Canvas element.