jquery对象
<input type="button" onclick="download($(this))"/>
dom对象
<input type="button" onclick="download(this)"/>