ProgressBar pb1;. pb1 = (ProgressBar) findViewById(R.id.pb1);. pb1.setVisibility(progress<100? View.VISIBLE:View.GONE); pb1.
確定! 回上一頁