240 发简信
IP属地:四川
  • 面试题

    第一题### 用js实现随机选取10-100之间的10个数字,存入一个数组,去重后求和(保证这10个数字不能出现重复)要求:去重不能使用Set请...

  • github badge

    http://www.cocoachina.com/programmer/20170512/19256.htmlhttps://shields....

  • JS作用域

    三段代码:function createFunctions(){var result = new Array();for (var i=0; i...

  • 原型链污染

    https://www.freebuf.com/articles/web/200406.html

  • JS隐式类型转换

    isNaN -----> Number()++/-- +/- (一元正负) -*/%&& || !< > <= >=== != ...

  • socket封包、拆包、粘包

    https://blog.csdn.net/gengbaolong/article/details/75450208

  • DOM API

    https://www.zhihu.com/question/24702250