摘要: 1.jsonView jsonViewer json formatter 格式化 2.JSON-handle百度下载下来,再拉入到扩展里面,感觉这个挺好用又好看 3.HTML TAG CHECKER/HTML 查找HTML标签中的闭合问题 4.Lighthouse(帮助)是一个Google开源的自动 阅读全文
posted @ 2018-01-03 14:30 前端HL 阅读(214) 评论(0) 推荐(0)
摘要: 官方网址: https://clipboardjs.com/ 不能一打开就直接触发复制粘贴: 参考博客: http://blog.csdn.net/twoByte/article/details/52250205 https://caniuse.com/#search=paste 阅读全文
posted @ 2018-01-03 08:51 前端HL 阅读(791) 评论(0) 推荐(0)
摘要: $("#formBtn").click(function () { // var regName =/^[\u4e00-\u9fa5]{2,10}$/;//姓名只能是汉字切2-10字 var pattern = new RegExp("[`~!@#$^&*()=|{}':;',\\[\\]./?~!@#¥……&*();—|{}【】‘... 阅读全文
posted @ 2018-01-03 08:41 前端HL 阅读(138) 评论(0) 推荐(0)