2008年6月12日 星期四

variable , constant, function

variable:
ex:
var test=300;

constant:
ex:
const TEST= 300;


function:
ex:
function test() {

}


call two methods:
ex:
<body onload ="test(); test2();">


沒有留言: