如何同时导入两个包,并且调用方法?
所说的是调用包,
我觉得应该是
import 包1.*;
import 包2.*;
import 包1.*;
import 包2.*;
import com.包1;
import com.包2;