1 /** 2 * 回调接口,原文出处http://www.cnblogs.com/xrq730/p/6424471.html 3 */ 4 public interface Callback { 5 6 public void tellAnswer(int ...
確定! 回上一頁