|
主题:FusionApp-- 多页面搜索 源码 [收藏主题] |
-- By: QQ3 local urls={"https://www.google.com/search?q=%s","https://m.baidu.com/s?wd=%s","https://m.so.com/s?q=%s","http://cn.bing.com/search?q=%s","http://m.chinaso.com/page/search.htm?keys=%s","https://m.sogou.com/web/searchList.jsp?keyword=%s","https://m.sm.cn/s?q=%s"} searchEdtTxt.setOnEditorActionListener{ onEditorAction=function(view,action,event) local text=tostring(view.text) if text~=nil and text~="" then searchEdtTxt.setHint(text) local URLEncodeer=import"java.net.URLEncoder" for index in pairs(urls) do if allWebView[index] and urls[index]~=nil and urls[index]~="" then local url=tostring(urls[index]):format(URLEncoder.encode(text)) if pager.getCurrentItem()+1==index then task(100,function()allWebView[index].loadUrl(url)end)--解决当前页面无法加载(与默认搜索事件冲突被覆盖)的问题 以下内容只有回复后才可以浏览,请先登录! |
|
本站是提供个人知识管理的网络存储空间,所有非本站原创内容均由用户发布,不代表本站观点。如发现有害或侵权内容,请点击这里 举报 | |
支持(0) | 反对(0) 顶端 底部 |
<下一主题 | 上一主题 > |