摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;using System.Data;using System.Text;using S 阅读全文
posted @ 2017-09-05 08:38 傲三 阅读(85) 评论(0) 推荐(0) 编辑
摘要: // get请求方法 function fetchGet(url, callback) { // return callback(null, top250) wx.request({ url: url, header: { 'Content-Type': 'application/json' }, 阅读全文
posted @ 2017-09-05 08:37 傲三 阅读(155) 评论(0) 推荐(0) 编辑