这个小东西可以优化import语句 去掉没用的类库 假如 import javax.swing.*; 而你只是用了javax.swing.JPanel类,在使用这个工具后,生成的新的源文件中,importjavax.swing.*就会被优惠为 import javax.swing.JPanel;