大LOVE辉
2016-09-22 16:25
a() 的作用??? 执行顺序是什么?/
前面没加是因为它直接写在<script>标签里,只要<script>标签里写了function xx() 都需要写xx()去调用;
你想想java里的任何一个类,如果类里面不写a(),可以调用到public void a()吗?
a()是调用函数啊!你也可以这么写
<script type="text/javascript">
$(".right").mousemove(1111, data)
function data(e) {
$(this).find('p:last').html('数据:' + e.data)
}
</script>
jQuery基础(三)—事件篇
89997 学习 · 625 问题
相似问题