摘要:
前提是远程已经建立了需要关联的分支 git checkout -b dev(本地分支名称) origin/dev(远程分支名称) 阅读全文
摘要:
解释 现代浏览器陆续意识到了这种需求,scrollIntoView意思是滚动到可视,css中提供了scroll behavior属性,js有Element.scrollIntoView()方法。 scroll behavior scroll behavior属性可取值auto|smooth|inhe 阅读全文
摘要:
``` @media screen and (max-height:640px) ``` 阅读全文
摘要:
```document.body.addEventListener('touchmove', function (e) { e.preventDefault(); //阻止默认的处理方式(阻止下拉滑动的效果)}, { passive: false });``` 阅读全文
摘要:
只适用于 简单的数据转换 阅读全文
摘要:
"uni节点选择器资料" "uni的页面滚动" 阅读全文
摘要:
``` -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; ``` 阅读全文
摘要:
``` //加上时间戳 ``` 阅读全文