}
Page
}
catch(Exception ex)
{
this
}
}
else
{
this
}
}
private void ST_ShowInfo()
{
this
this
string time
//獲取客戶端時間
ST_GetVisitInfo(out time
//顯示最新訪問日期
this
//顯示最新訪問時間
this
}
private void ST_GetVisitInfo(out string lastTime
{
HttpCookie cookie = Request
int type = int
string FlowerShopCookie = ST_Functions
string [] ST_myCookie = new String[
ST_myCookie = FlowerShopCookie
//從客戶端獲取日期
lastTime = ST_myCookie[
//從客戶端獲取時間
times = ST_myCookie[
}
right
From:http://tw.wingwit.com/Article/program/net/201311/15714.html