谁有实战的代码?麻烦发一份呗!q:1404313541
我说的是答答系统那个!
class SoundCard implements PCI{ public void start() { System.out.println("Du du..."); } public void stop() { System.out.println("Sound stop!"); } }