), testCell = $testDiv.appendTo("body") .find("td") .width(); $testDiv.remove();
   // return testCell !== 5; //原来
return Math.abs(testCell) < 0.5; //修改后(最新版本解决了这个bug) },

相关推荐