摘要: 原文链接:https://blog.csdn.net/woai671/article/details/115183267 package common; import org.springframework.core.Ordered;import org.springframework.core.a 阅读全文
posted @ 2021-11-29 14:39 kelelipeng 阅读(1537) 评论(0) 推荐(0) 编辑
摘要: 平时web开发时,在手机上,如果是要看控制台信息,都需要alert弹窗,这样很不友好.还会阻拦进程。 通过vConsole.js 重写console方法,实现了类似于微信小程序的移动端调试效果。 具体使用方法也很简单 <script src="https://cdn.bootcdn.net/ajax 阅读全文
posted @ 2021-11-29 10:14 kelelipeng 阅读(8448) 评论(0) 推荐(0) 编辑