在Android 中需要找一个id为label的TextView组件,下列哪个语句是正确的()
A、TextViewtv=this.findViewById(R.id.label);;
B、TextViewtv=(TextView)findViewById(R.id.label);;
C、TextViewtv=(TextView)findViewById(R.layout.label);;
D、TextViewtv=(TextView)findViewById(R.string.label);
发布时间:2025-08-21 07:38:35