摘要: 在jquery中,有代码片段: <input name="event_1" type="button" value="绑定单个事件" /》 下列选项中能正确绑定单击事件的是()。选A A:$("input[name=event_1]").bind("click",function(){ //某些操作 阅读全文
posted @ 2018-04-10 14:33 阿辉啊 阅读(740) 评论(0) 推荐(0)