getActivity().runOnUiThread(new Runnable() {
@Override
public void run() {
//更新UI的操作
}
});
在Fragment的延时操作中如何更新UI
最新推荐文章于 2024-07-23 07:08:52 发布