@@ -103,6 +103,10 @@
let href = $(_this).next().children(":first").attr("href");
location.href = href;
}
+
+ $(function(){
+ $('body').find('br').remove();
+ })
</script>
<!-- 内容结束 -->
<!-- 底部开始 -->