假设有一个列表years=['2016','2014','2013','2009','2005']要生成一个字符串列表msg=['This year is 2016','This year is 2014','This year is 2013','This year is 2009','This year is 2005']有没有方法使可以...
{代码...} 为什么在BroadcastReceiver中我用Toast时候报这个错:The method makeText(Context, CharSequence, int) in the type Toast is not applicable for the arguments (new BroadcastReceiver(){}, String,...