单项选择题
A.<view wx:if=”{{条件表达式}}”>B.<wx:if=”{{条件表达式}}”>C.<view if=”{{条件表达式}}”>D.<view wx:if=”条件表达式”>
A.全局常量需要定义在app.js文件中B.定义在页面page对象外的常量,本页面内有效C.常量使用关键字const修饰D.常量的值也是可以修改的
A.scope.authSettingB.authSetting.userLocationC.scope.getLocationD.scope.userLocation