在微信小程序中返回上一页可以通过以下几种方法实现: 1. 使用 `wx.navigateBack()` 方法: ```javascript// 在页面的 onBackButtonTap 函数中调用wx.navi...