关于Java中,import导入包的问题?

2025-01-20 05:42:52
推荐回答(1个)
回答1:

首先你的Test类要是公共的public class Test{}
其次Test类要有报名 package a.b;
最后在Run中导入import a.b.Test;