使用eclipse开发python时,关于python包导入的错误

2025-05-15 05:25:29
推荐回答(1个)
回答1:

test.py 应该这么写:


import simple
print (simple.spam)