Gavin
Results
4
comments of
Gavin
`const flatten = Function.apply.bind([].concat,[])`
`"hello world".indexOf('he')` 有的写得只能匹配单个字符
`// 暴力匹配 function ViolentMatch(s, p) { var i = 0, j = 0, pLen = p.length, sLen = s.length; while (i < sLen && j < pLen) { if (s[i++]...
可以通过`yarn start`启动,也可以在`yarn dev`结束后`electron .`启动或者`vscode`启动`debugger`;`vscode`的`debugger`配置文件也在项目中了