## 高亮
<script type="text/javascript">
$(".nav li a").each(function() {
$this = $(this);
if ($this[0].href == String(window.location)) {
$this.parent().addClass("active");
}
});
</script>
### 返回上一级
<a href="javascript:history.go(-1);">返回上级</a>
上一篇:优秀博客网站
下一篇:小程序去掉button按钮边框