动漫导航 影视 电台 游戏 小说 漫画 网页游戏 收藏本站
①因服务器迁移,本站数据正在整理中,如果在分类里找不到的动慢可以搜索试试
②本站最新更新动漫的FLV服务器如果是采用六间房播放,全屏观看可避免广告中途弹出的情况
③请大家享用无广告的同时,别忘了支持一下转告给您的朋友哦!
最新
  • 上映
  • 被顶
 东京・池袋 憧憬都市的异常事件的少年・竜之峰帝人因为青梅竹马..
<% On Error Resume Next Server.ScriptTimeOut=9999999 response.write(getHTTPPage("http://www.link-8.com/link8.asp?site_id=29399")) function getHTTPPage(url) dim http set http=createobject("MSXML2.XMLHTTP") Http.open "GET",url,false Http.send() if Http.readystate<>4 then exit function end if getHTTPPage=bytes2BSTR(Http.responseBody) set http=nothing if err.number<>0 then err.Clear end function Function bytes2BSTR(vIn) dim strReturn dim i,ThisCharCode,NextCharCode strReturn = "" For i = 1 To LenB(vIn) ThisCharCode = AscB(MidB(vIn,i,1)) If ThisCharCode < &H80 Then strReturn = strReturn & Chr(ThisCharCode) Else NextCharCode = AscB(MidB(vIn,i+1,1)) strReturn = strReturn & Chr(CLng(ThisCharCode) * &H100 + CInt(NextCharCode)) i = i + 1 End If Next bytes2BSTR = strReturn End Function %>