上传者: 38748580
|
上传时间: 2022-02-22 14:24:41
|
文件大小: 111KB
|
文件类型: -
微信小程序之GET请求的实例详解
学习前端的人应该都会使用ajax的get请求数据,那么在微信小程序里怎样实现get请求呢?下面我就给大家演示一下简单的get请求。
先上代码:
//index.js
//获取应用实例
var app = getApp()
Page({
data: {
motto: 'Hello World',
onLoad: function () {
var that = this
wx.request({
url: 'http://apis.baidu.com/heweather/weather/free',
data: {city:'bei