12个有用的JavaScript数组技巧
1、数组去重1、from()叠加new Set()方法字符串或数值型数组的去重可以直接使用from方法。var plants = ['Saturn', 'Ear...
Read more1、数组去重1、from()叠加new Set()方法字符串或数值型数组的去重可以直接使用from方法。var plants = ['Saturn', 'Ear...
Read more1、输入一个值,返回其数据类型**function type(para) { return Object.prototype.toString.call(...
Read more从知乎看到的一篇文章,完美解决github无法访问的问题传送门:https://github.com/isevenluo/github-hosts国内站:htt...
Read more在/etc/systemd/system/目录下创建服务文件cd /etc/systemd/system/sudo vim my.service填入以下信息,E...
Read morejavascriptvar type={ '.load':'text/html', '.123':'application/vnd.lotus-1-...
Read more