摘要:
JS:asp:protected void Timer1_Tick(object sender, EventArgs e) { string id = ViewState["mobileid"].ToString(); if (!string.IsNullOrEmpty(id)) { DataTable dtGps = GBLL.GetList(" imei = '" + id + "' order by intime desc ").Tables[0]; if (dtGps.Rows.Count > ... 阅读全文
posted @ 2013-09-18 07:40
小东北
阅读(596)
评论(0)
推荐(0)
浙公网安备 33010602011771号