选择题(15) 1.什么情况下会引起死锁 2.Math.round(-7.5),Math.round(-7.6)的结果 3. var a = { name :1, b:function(){ this.name++; return this.name } } console.log(a.b()) var c = a.b console.log(c()) 4.二分法题型 …… 简答题(5) 1.写一个快速排序算法 2.写一个函数,js如何将浮点数左边的数每...