Hit Counter and Visitor Online of ASP.NET
67
lượt xem 6
download
lượt xem 6
download
Download
Vui lòng tải xuống để xem tài liệu đầy đủ
Hit Counter class Counter { private string sCounterPage; private string sCounter; private int iCounter; public Counter(string sPath) { sCounterPage=sPath; }public int ReadFile() { StreamReader bjStreamReader; bjStreamReader=File.OpenText(sCounterPage); sCounter=objStreamReader.ReadToEnd(); iCounter=(int)(sCounter); iCounter +=1;
Chủ đề:
Bình luận(0) Đăng nhập để gửi bình luận!
CÓ THỂ BẠN MUỐN DOWNLOAD