在Activity中需要找到一个id是bookName的TextView组件,下面那种语句写法是正确的是()。


在Activity中需要找到一个id是bookName的TextView组件,下面那种语句写法是正确的是()。

A.TextViewtv=this.findViewByID(R,id.bookName)

B.TextViewtv=(TextView)this.findViewByID(R.id.code)

C.TextViewtv=(TextView)this.findViewByID(R.id.bookName)

D.TextViewtv=(TextView)this.findViewByID(R.string.bookName)

正确答案:TextViewtv=(TextView)this.findViewByID(R.id.bookName)


Tag:Android开发 写法 语句 时间:2022-01-14 14:35:29