【错误笔记】日常错误笔记
2018年10月11日21:09:40
q:js脚本中中文在页面显示乱码
as:txt文本和html charset一样
2018年10月15日18:30:57
q:npm环境不一样,导致git仓位代码install后报错。
as:npm install node-sass
npm rebuild node-sasa
就正常了。
2018年10月18日20:59:35
问题:ontouchmove js注意事件都是小写的方式,而react是驼峰式命名
问题:ontouchmove 根据当前偏移量计算当前位置,注意别过度叠加