摘要:
去除字符串最后一位 1. 使用slice方法 2. substr方法 3. substring方法 阅读全文
摘要:
数组去重的方法 1. 利用filter方法+indexOf 2. 利用es6的Set()去重 3. 双重for循环splice去重 8. 利用reduce()方法 阅读全文
摘要:
解决方法:在设置中搜索到editor.snippetSuggestions这个设置,其中有四个选项top、bottom、inline、none四个选项,选择top即可 阅读全文