https://github.com/zhaoliangcn/LScript
#通过https获取当前博客页面的例子
#scp
#scpeng
load:extobj,httpconnection
define:httpconnection,webconn
define:string,url,"https://blog.youkuaiyun.com/itmes/article/details/105928390"
define:string,response
response=webconn.get(url)
response.show()