有時候我們想要改變TextView的文字時,例如以下範例 int a=10; TextView.SetText(a); 執行時會Crash,原因是因為你丟的是int, Android會認為你是要 ...
確定! 回上一頁