天天寫程式
html5,javascript,css3,php,objectiveC,actionscript,node
2007/11/19
ASP的簡單語法
印出字串
Response.Write("內容");
定義陣列
String[] str=new String[5];
String[] str={"小明","小華","小安","小美"};
多維陣列
String[,] students=new String[3,2];
傳址與傳值
void func(int v) //傳值
void func(ref int v) //傳址
呼叫時亦要用 func(ref v);
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言