错误代码: yloc = Ylocation().objects.get(word=bag_word) 正确代码: yloc = Ylocation.objects.get(word=bag_word)