bt1=(Button)findViewById(R.id.button1); bt2=(Button)findViewById(R.id.button2);
?bt1=(Button)findViewById(R.id.button1);
??? bt2=(Button)findViewById(R.id.button2);
是找到位置的意思嗎?
?bt1=(Button)findViewById(R.id.button1);
??? bt2=(Button)findViewById(R.id.button2);
是找到位置的意思嗎?
舉報(bào)
2017-07-26
顧名思義,通過(guò)id查找View
2022-03-24
正確,加油,希望課程對(duì)你有幫助。親,一定要記住學(xué)習(xí)html中的標(biāo)簽是學(xué)習(xí)它的語(yǔ)義,也就是每個(gè)標(biāo)簽都有它自己的用途,而不要看它的表現(xiàn)(樣式),因為樣式在后面css樣式中是可以任意去修改的。