jquery对象
<input type="button" onclick="download($(this))"/>
dom对象
<input type="button" onclick="download(this)"/>
posted on 2018-03-16 13:45 薇薇123456 阅读(85) 评论(0) 编辑 收藏 举报