摘要:
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script><script src="https://cdn.bootcss.com/babel-standalone/6.22.1/babel.min.js">< 阅读全文
摘要:
阅读全文
摘要:
ES6转化为ES5的工具有很多,下面介绍babel来转化ES6代码; 在npm环境下:cd 到项目目录; npm init -y npm install babel-cli -g (先全局安装babel-cli); npm install babel-cli babel-preset-es2015 阅读全文
摘要:
/* ios input框无法输入问题 */input{ -webkit-user-select:auto !important;} 阅读全文