摘要: public class Utils { private static Toast toast; public static void showtoast(Context context,String str){ if(toast==null){ toast=Toast.makeText(context,str,Toast.LENGTH... 阅读全文
posted @ 2016-12-17 14:18 咖喱不见不散啊 阅读(178) 评论(0) 推荐(0)