小程序中如何获取response对象,在web中可以利用fetch()得到response对象?
小程序中如何获取response对象,在web中可以利用fetch()得到response对象。
但是小程序中只有wx.request(),怎么在小程序中得到response对象呢?我在使用webassembly,wasm的编译需要传入response对象。
小程序中如何获取response对象,在web中可以利用fetch()得到response对象。
但是小程序中只有wx.request(),怎么在小程序中得到response对象呢?我在使用webassembly,wasm的编译需要传入response对象。