非也缘也

Results 4 comments of 非也缘也

好的,谢谢,大多都是美观的问题,并不急,什么时候看都可以。

自定义参数已经实现,不过感觉函数的调用的顺序不太舒服,我是通过迭代实现的,现在为 : getData -》initPage -》getData。感觉也可以。 代码如下: https://github.com/feiyeyuanye/AnFunsAnimePlugin/blob/main/app/src/main/java/com/jhr/anfunsanimeplugin/plugin/components/TdetailPageDataComponent.kt 顺便问一下:很多网站在搜索的时候会需要验证码,能解决么?我这样尝试了一下,但不行: 网站:https://www.freeok.me/search/%E9%BE%99----------1---.html ``` kotlin override suspend fun getSearchData(keyWord: String, page: Int): List { val searchResultList = mutableListOf() val url = "${host}/search/${keyWord}----------${page}---.html" Log.e("TAG", url)...

一些网站,通过 JsoupUtil.getDocument(url) 得到的数据是不全的。我想要延迟两秒再获取网页内容,有什么办法么?