檔案目錄
spider -models -test.py -customer.py
text.py
from customer import Customer customer = Customer()
PyCharm會提示Unresolved reference 'customer'
程式運行沒問題
我想問下,如何讓編輯器正確辨識路徑?
雷雷
從 models.customer 導入 Customer
雷雷
從 models.customer 導入 Customer