<button onclick="demo()(this)">test</button>
function demo(){
return function test(a){
alert($(a).text())
}
}
demo()
2024-01-11 17:06:58
<button onclick="demo()(this)">test</button>
function demo(){
return function test(a){
alert($(a).text())
}
}
demo()