shu97

Results 6 comments of shu97

之前没有看到语言切换功能,现在不知道有没有。对英语要求不高,就那几句话,了解大概意思就可以了,个人感受不影响游戏体验

> 请问防抖那里可以写成 > setTimeout(fn.bind(this), 500) > 吗(小白的疑问) 不能,那样写虽然看起来更简洁,但是arguments传不进去了

``` function transform(str) { const arr = str.split(','); const arrLength = arr.length; let result = ''; let isStart = true; // 将转换结果中的第一个数字与逗号后的第一个数字视为一个小节的开始 for (let i = 0; i < arrLength;...

``` const bigArr = Array.from({length: 1e5}, (v, i) => i) const resultArr = []; const keySet = new Set(); let count = 0; console.time('耗时') const index = 1e5 - 1;...

> > ``` > > const bigArr = Array.from({length: 1e5}, (v, i) => i) > > const resultArr = []; > > const keySet = new Set(); > > let...

> You just need to hold it for X seconds (whatever you have configured in QBlocker) I mean, when the current background runs QBLOCKER, I cannot use this shortcut key...