发布网友 发布时间:2024-10-23 20:51
我来回答
共1个回答
热心网友 时间:2小时前
jQuery插件做的大概这样: $(document).ready(function(){ $("img").bind("mouseover",function(){ this.width("50px"); this.height("50px"); });});