JS的使用位置

JavaScripts in the body section will be executed WHILE the page loads.
在body中插入的JavaScript在页面加载时会被执行。

JavaScripts in the head section will be executed when CALLED.
在head中插入的JavaScript会在被调用时执行。

posted @ 2007-05-21 17:11  jun.ma  阅读(140)  评论(0)    收藏  举报