首頁 > 問答 > 主體
檔案目錄
spider -models -test.py -customer.py
text.py
from customer import Customer customer = Customer()
PyCharm會提示Unresolved reference 'customer'
程式運行沒問題
我想問下,如何讓編輯器正確辨識路徑?
某草草2017-06-12 09:23:26
雷雷
阿神2017-06-12 09:23:26
從 models.customer 導入 Customer