import
如何引入其他py文件中的内容?
# a.py
class A:
def __init__(self):
self.x = 0
# b.py
sys.path.append('./xxx/xxx') # where a.py is
from a import *
print A().x
学习笔记
编程(Programming)
Python:人生苦短,我用Pyhton!
本站总访问量
次
1.8.13