⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 parse1.asp

📁 分析torrent的东西是拿别人的
💻 ASP
字号:
<%
   for a=1 to 100
   Set tp = Server.CreateObject("Torrent.Parse") 
   tp.LoadFile("D:\我的文档\torrent\200509090900283653.torrent")
   response.Write(tp.Name&"<br>")
   response.Write(tp.Hash&"<br>")
   response.Write(CDbl(tp.Size)&"<br>")
   response.Write(Replace(tp.FileList, chr(13), "<br>"))
   'response.Write(tp.BinaryHash&"<br>")
   'response.Write(tp.CreatedBy&"<br>")
   response.Write(tp.AnnounceList&"<br>")
   'tp.Close
   Set tp = Nothing
   next
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -