首页 > 移动平台 > 详细

iApp获取ANHK网页源码

时间:2021-08-06 23:51:42      阅读:41      评论:0      收藏:0      [点我收藏+]

所需控件

  • 浏览器 ID1
  • 文本 ID2

载入事件

//浏览器控件ID
s id1=1
//文本控件ID
s id2=2
hsas(id1,true)
t()
{
  s url="http://oyp.anhk.cn/test/demo8.6/a.php"
  s post=null
  //获取的源码将赋值到sss.ym,响应事件与id文本控件的文本更新监听事件绑定
  fn getcode.get(url,post,id2)
  ssj(id2,"ontextchanged")
  {
    syso(sss.ym)
  }
}

getcode.myu

fn cookie(url,post,cookie,id)
t()
{
  f(post=="")
  {
    s post=null
  }
  syso("正在获取")
  hs(url,post,"utf-8",cookie,ym)
  sss ym=ym
  ufnsui()
  {
    time(4,tt)
    sran(1,10000,uu)
    ss(tt+uu,vv)
    us(id,"text",vv)
    syso("获取完成")
  }
}
end fn

fn get(url,post,id)
syso("准备获取")
hs(url,ym)
sr(ym,"/aes.js","file:///storage/emulated/0/iApp/%E9%A1%B9%E7%9B%AE/com.oyp.test/files/aes.js",ym)
sr(ym,"document.cookie=","var cookie=",ym)
ss("iapp.fn(‘getcode.cookie(\""+url+"\"\,\""+post+"\"\,\"‘\+cookie\+‘\"\,"+id+")‘);var oyp=",hh)
sr(ym,"location.href=",hh,ym)
ufnsui()
{
  us(1,"url",ym,"utf-8","text/html",f)
}
end fn

iApp获取ANHK网页源码

原文:https://www.cnblogs.com/oypp/p/15110347.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!