Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
微信小程序常用API实战教学
1 students

微信小程序常用API实战教学

小程序常用API语法和使用
Created by菊华 黄
Last updated 1/2021
Chinese (Simplified)

What you'll learn

  • 微信小程序API的使用

Course content

6 sections26 lectures2h 2m total length
  • 基础api-wx.canIUse4:07
  • 系统信息-wx.getSystemInfo3:53
  • 定时器-setInterval2:59
  • 定时器-setInterval+clearInterval8:04
  • 定时器-setTimeout2:37

Requirements

  • 微信小程序基础

Description

微信小程序和后端的通信主要是通过微信的API来,在学习微信小程序的时候,需要掌握这些基础API才能开发项目。

本次课程主要讲解微信小程序API用法。

涉及:wx.canIUse、wx.getSystemInfo、定时器-setInterval、clearInterval、setTimeout、路由-wx.switchTab、x.navigateTo 和 wx.navigateBack、wx.redirectTo(页面重定向)、wx.reLaunch(重启动)、界面-交互-wx.showToast 消息提示框、wx.showLoading和wx.hideLoading 加载提示框、wx.showActionSheet操作菜单、网络-wx.request、数据缓存-wx.getStorageInfo、用户 wx.login 获取登录凭证等

Who this course is for:

  • web和移动开发人员