APIcloud 返回上一级 或者说 返回上个页面 Post author:xfxia Post published:2020年9月8日 Post category:APICloud Post comments:0评论 之前一直以为是 api.closeWin({ name: api.winName }) 然而这个是关闭页面 下面是返回上一级 html <div id='back'></div> js api.historyBack({ },function(ret,err){ if (!ret.status) { api.closeWin(); } }); 你可能也喜欢 Apicloud页面刷新方法 apicloud获取radio值 发表评论 取消回复CommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) 在此浏览器中保存我的名字、电邮和网站。