相关考题
-
单项选择题
外部向fragment中传递信息需要使用()属性
A.setArguments
B.args
C.intent
D.Arguments -
单项选择题
kotlin中实现静态方法,需要借助于()
A.static
B.无法实现静态方法
C.伴生对象
D.静态对象 -
单项选择题
kotlin的fragment中获取控件对象需要使用()
A..
B.findId
C.findViewById
D.findView
