转载from models import * 报错,找不到models的解决办法_一杯茶一首歌的博客-优快云博客 from model import *时要在model前加“."英文的点 即from .model import *