connectButton = findViewByIdRidconnectButton的意思
这行代码的意思是根据id查找布局文件中的控件,并将其赋值给名为"connectButton"的变量。其中R.id.connectButton表示布局文件中的控件id为connectButton。
原文地址: https://www.cveoy.top/t/topic/h5Gv 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
这行代码的意思是根据id查找布局文件中的控件,并将其赋值给名为"connectButton"的变量。其中R.id.connectButton表示布局文件中的控件id为connectButton。
原文地址: https://www.cveoy.top/t/topic/h5Gv 著作权归作者所有。请勿转载和采集!