文件目录
spider
-models
-test.py
-customer.py
text.py
from customer import Customer
customer = Customer()
PyCharm会提示Unresolved reference 'customer'
程序运行没问题
我想问下,如何让编辑器正确识别路径?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
from models.customer import Customer