I
internetboy
Unregistered / Unconfirmed
GUEST, unregistred user!
实现功能:登陆 163 并在 memo 中显示出来 当前浏览页面的 源码
说明: 163登陆页是 https 同时后面浏览页面 用这个登陆页 作为来路判断
我用 webbrowser 登陆 163 并 跳转到 我要访问的页面 成功,
webbrowser1.Navigate('https://reg.163.com/logins.jsp?username='+ name + '&password='+ pass +'&url=http://pay.163.com/servlet/controller?operation=queryaccount');
现在 我需要 把 这个 http://pay.163.com/servlet/controller?operation=queryaccount ;页面的 源码 获取以后 显示在 memo 里面
请问 如何操作呢?
我试过网上的一些方法 好像都不成功,望高手指点!
说明: 163登陆页是 https 同时后面浏览页面 用这个登陆页 作为来路判断
我用 webbrowser 登陆 163 并 跳转到 我要访问的页面 成功,
webbrowser1.Navigate('https://reg.163.com/logins.jsp?username='+ name + '&password='+ pass +'&url=http://pay.163.com/servlet/controller?operation=queryaccount');
现在 我需要 把 这个 http://pay.163.com/servlet/controller?operation=queryaccount ;页面的 源码 获取以后 显示在 memo 里面
请问 如何操作呢?
我试过网上的一些方法 好像都不成功,望高手指点!