1 final ProgressDialog pd = new ProgressDialog(mContext); 2 pd.setMessage("正在加载..."); 3 pd.show();
[db:关键字]