• 2022-05-31
    API函数( )用于为 tabBar 某一项的右上角添加标记文本。
    A: wx.hideTabBar(Object object)
    B: wx.showTabBar(Object object)
    C: wx.removeTabBarBadge(Object object)
    D: wx.setTabBarBadge(Object object)
  • D

    内容

    • 0

      API函数( )用于获取系统剪贴板的内容。 A: wx.setClipboardData(Object object) B: wx.getClipboardData(Object object) C: wx.vibrateShort(Object object) D: wx.vibrateLong(Object object)

    • 1

      API函数( )用于将文件保存到本地。 A: wx.saveFile(Object object) B: wx.getSavedFileList(Object object) C: wx.getSavedFileInfo(Object object) D: wx.removeSavedFile(Object object)

    • 2

      API函数( )用于动态设置当前页面的标题。 A: wx.setNavigationBarTitle(Object object) B: wx.setNavigationBarColor(Object object) C: wx.showNavigationBarLoading(Object object) D: wx.hideNavigationBarLoading(Object object)

    • 3

      API函数( )用于同步获取设备系统信息。 A: wx.getSystemInfo(Object object) B: Object wx.getSystemInfoSync() C: Object wx.getBatteryInfoSync() D: wx.getBatteryInfo(Object object)

    • 4

      API函数( )用于获取屏幕亮度。 A: wx.setScreenBrightness(Object object) B: wx.getScreenBrightness(Object object) C: wx.setKeepScreenOn(Object object) D: wx.onUserCaptureScreen(function callback)