pure

Results 3 comments of pure

> ```js > function add() { > let args = [].slice.call(arguments); > let fn = function(){ > let fn_args = [].slice.call(arguments) > return add.apply(null,args.concat(fn_args)) > } > fn.toString = function(){...

> > 你好,请问下验证时只有一张带缺口的图片,如何计算出缺口的位置 > > ![image](https://user-images.githubusercontent.com/18629271/69311904-73f83580-0c68-11ea-9ade-6c1eaaa5ff20.png) 发下有这个验证的网址给我

> > > > 你好,请问下验证时只有一张带缺口的图片,如何计算出缺口的位置 > > > > ![image](https://user-images.githubusercontent.com/18629271/69311904-73f83580-0c68-11ea-9ade-6c1eaaa5ff20.png) > > > > > > 发下有这个验证的网址给我 > > * [就是QQ空间登录](https://qzone.qq.com/) > * https://qzone.qq.com/ 尝试通过获取缺口的高度,通过这个高度去比较垂直方向的颜色,获取缺口横向距离