统计有多少行JS代码和ASP代码

2019-04-02 19:27:20王振洲

  spath=server.mappath(s)
 end property
 public sub count
  iterate(spath)
 end sub
 public sub printf
  response.write "ASP:" & "<br/>"
  response.write "Total Lines Coded: " & asplines & "<br/>"
  response.write "Total Bytes: " & aspbytes & "" & "<br/>"
  response.write "Total Individual Elements (words) Typed: " & aspwords & "<br/>"
  response.write "JScript:" & "<br/>"
  response.write "Total Lines Coded: " & jslines & "<br/>"
  response.write "Total Bytes: " & jsbytes
 end sub
end class

'\\\
'示例代码
'\\\

dim o
set o=new COUNT_CODE
o.path="bluedestiny/"
o.count
o.printf
%>


您可能感兴趣的文章:

ASP制作在线人数统计实例ASP程序代码执行时间统计类asp论坛在线人数统计研究实现ASP程序执行时间统计类的代码asp实现一个统计当前在线用户的解决方案ASP访问数量统计代码asp.net aspnetpager分页统计时与实际不符的解决办法asp.net中调用Office来制作3D统计图的实例代码ASP.net中网站访问量统计方法代码php模仿asp Application对象在线人数统计实现方法四步完成asp网页设计流量统计