摘要: ```PYTHON import os import json import sys import hashlib import time as t sys.path.append('..\core') # 添加到sys.path中 print(sys.path) import withdraw # 导入withdraw 虽然报错但是没关系这只是pycharm的问题 """ 尝试把上一章的验证用户 阅读全文
posted @ 2020-04-06 00:04 python我学的很菜 阅读(1094) 评论(0) 推荐(0) 编辑
摘要: import json import os import time as t import hashlib """ 导入模块的方式有哪几种,官方不推荐哪种? import 包名 import module_a 导入 from module import xx from module.xx.xx im 阅读全文
posted @ 2020-04-06 00:01 python我学的很菜 阅读(1359) 评论(0) 推荐(0) 编辑