Toast.makeText 第一个参数的问题,总是出错
尝试了
getApplicationContext()
this
hots.this
就是一个普通的类 ! 好郁闷啊
public class hots extends UZtop {
public void nowsa(){
String showMsg = moduleContext.optString("msg");
Log.d("name", "DDD:收到消息"+showMsg);
Toast.makeText(getApplicationContext(), "出错了", Toast.LENGTH_LONG).show();
}
}