如题:织梦dede手机页面,如果我进入了下一级页面,想回上一级,<a href="xx">该用什么标签?

用JS实现,代码如下

<a href="javascript:window.history.back();">返回上一级</a> 
05-07 15:24