微信小程序发送数据和接收数据
本节知识点
- 展示小程序get请求和post请求
- wxml代码
- js代码
douban: function () {
var _this = this;
wx.request({
url: 'xxxxxxx', /*写地址*/
header: {
'content-type': 'json' // 默认值
},
success: function (res) {
console.log(res);
var imgsrc=https://www.it610.com/article/res.data.image;
_this.setData({
imgsrc1:imgsrc
})
}
})
},
(二)小程序POST请求
- html代码
- js代码
fashe: function () {
var _this = this;
wx.request({
url: 'http://localhost:3000/post',
header: { "content-type": "application/x-www-form-urlencoded" },
method:"POST",
data: {
name: "新开始",
sex: "密码"
},
success: function (res) {
console.log(res.data);
var result = res.data.name;
console.log(result);
wx.showModal({
title: '这是收到的数据',
content: JSON.stringify(res),
success: function (res) {
if (res.confirm) {
console.log('用户点击确定');
_this.setData({
jiekou:result
})} else if (res.cancel) {
console.log('用户点击取消')
}
}
})
}
})
},
推荐阅读
- 一个小故事,我的思考。
- 家乡的那条小河
- 一个人的碎碎念
- 野营记-第五章|野营记-第五章 讨伐梦魇兽
- 昨夜小楼听风
- 2021-02-17|2021-02-17 小儿按摩膻中穴-舒缓咳嗽
- 基于微信小程序带后端ssm接口小区物业管理平台设计
- 2019.4.18感恩日记
- 那件我们忽略的小事叫感恩
- 你有婚内虐待行为吗()