jojuniori
10/24/2016 - 6:31 PM

onclick传递this.js

// onclick="functionName(this)"
var functionName = function (target) {
    target.doAnything();
};