傳值方法
Request.Form["fatansy"].ToString()
string txtContent = Request["txtContent"];
轉成字串型別
int Vart = 1;
Convert.ToString(sVart);
陣列
取得陣列長度
string[] aFileName;
for(int i=0;i < FileName.Length -1 ;i++){
}
伺服器暫停3秒
System.Threading.Thread.Sleep(3000);
沒有留言:
張貼留言