随笔分类 - html
摘要:var num = 1 $("body").on("touchmove",function(e){ // e.preventDefault(); // 一根 手指 执行 目标元素移动 操作 // console.log(e) if (e.originalEvent.touches.length ==
阅读全文
摘要:用法举例: body{ --themeColor:#000; } 使用: .main{ color: var(--themeColor); } 要修改主题色的话: document.body.style.setProperty('--themeColor', '#ff0000');
阅读全文
摘要:很多时候写H5或其他适配时,打不开url。很多原因是因为浏览器不支持中文url,从url拿 出来的中文值也会乱码,这时候就必须把中文转化成Unicode值,去进行页面传值 中文转Unicode function encodeUnicode(str) { var res = []; for ( var
阅读全文

浙公网安备 33010602011771号