//代碼1
$('input').select(function(){alert('selected!')})//選中input里文字時(shí)并沒(méi)有執(zhí)行alert
//代碼2
$('input').select(function(){console.log('selected!')})//選中input里文字時(shí)可以執(zhí)行console.log這是為什么?
- 4 回答
- 0 關(guān)注
- 1721 瀏覽
添加回答
舉報(bào)
0/150
提交
取消