11 2021 档案

摘要:最近做了一个项目,为前后端分离的,正常的js 开发的没有使用框架,后期渐渐涉及到了seo 优化的问题。 有一个品类页面因为页面少,就提供了一个模版让后台生成页面有利于百度抓取,因为百度抓取的是源码,不涉及到脚本交互的。http://www.lusenky.com/product/1007.html 阅读全文
posted @ 2021-11-29 11:20 吃饭睡觉,打豆豆 阅读(121) 评论(0) 推荐(0)
摘要:mousewheel(event) { var delta = 0; console.log(event, 999) if (!event) event = window.event; if (event.wheelDelta) { //IE、chrome浏览器使用的是wheelDelta,并且值为 阅读全文
posted @ 2021-11-24 15:42 吃饭睡觉,打豆豆 阅读(49) 评论(0) 推荐(0)
摘要:http://fex.baidu.com/ueditor/#start-config 富文本编译器 https://tinypng.com/ 熊猫压缩 https://www.makeapie.com/explore.html 基于echars 效果样式更多的开源平台 http://v2.h5pla 阅读全文
posted @ 2021-11-16 14:03 吃饭睡觉,打豆豆 阅读(38) 评论(0) 推荐(0)