中国优质的IT技术网站
专业IT技术创作平台
IT职业在线教育平台
如何实现Web内页面之间的前进与后退?
微信扫码分享
if (this.webviewController.accessBackward()) { this.webviewController.backward();//后退 } if (this.webviewController.accessForward()) { this.webviewController.forward();//前进 }