Python Mock 学习笔记
hello.py #!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = 'liuzhijun' import os def rm(filename): if os.path.isfile(filename): os.…
- 共 1 页
- 1
hello.py #!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = 'liuzhijun' import os def rm(filename): if os.path.isfile(filename): os.…
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。