写js

js 函数调用和执行:

function test(){
  alert("test");
}

若在页面上写test()就会执行,

若test则不会执行。

posted @ 2011-08-15 11:00  繁星中的点点星光  阅读(99)  评论(0)    收藏  举报