例如:java.lang 包中的public 类都是自动导入的,包括 Math 和 System 类。但是,你不能使用它们的成员的简名 PI() 和 gc() , 而必须使用 Math.PI() ...
確定! 回上一頁