... 要顯示progress bar,所以在onclick中先做progressBar.setVisibility(View.Visible),然後在Thread join後執行addView再做progressBar.setVisibility(View.Gone)。
確定! 回上一頁