如何在Java中使用条件导入,就像我们ifdefs在C中一样.这就是我想要实现的目标
ifdefs
ifdef TEST import com.google.mystubs.swing; elif import javax.swing.*; endif
java
java ×1