Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该添加什么代码来创建一个在用户访问页面时激活的动画。
$(document).ready(function(){ $("#ID").animate(); });
您不能<BODY>使用 onload 将函数添加到标签中吗?
<BODY>
喜欢:
<BODY onload="myfunction()">