为了账号安全,请及时绑定邮箱和手机立即绑定

ele为什么不用定义类型

<script type="text/javascript">

function show (ele) {

if (ele instanceof jQuery) {

$("#show").html('元素的长度的 = ' + ele.length)

} else {

alert(ele+' 不是jQuery对象')

}

}

</script>


正在回答

1 回答

它是浏览器封装好的,拿来直接使用,不用我们重新定义

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

ele为什么不用定义类型

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信