JS 技巧积累
var a = "b" in c;
var split = "split",S = " ", events = "click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel"[split](S);
var h = 2;h = ~~h;//怎么理解?