日期:2014-05-16 浏览次数:20432 次
function huoQuQiShiZhi(){
var _event = arguments.callee.caller.arguments[0];
}
document.body.addEventListener('mousedown', huoQuQiShiZhi , false);
window.onload = function () {
document.body.addEventListener('mousedown', huoQuQiShiZhi, false);
}
function huoQuQiShiZhi(e) {
//var _event = arguments.caller.caller.arguments[0];
alert(e.target.tagName);
}