FastClick.prototype.focus = function(targetElement) {
targetElement.focus();//加入这一句话就OK了
};
05-17 00:51