我正在创建一个应用程序,它将使用此页面https://gyp.ch/ecran/的 div来显示它。
我试图找到一种使用 Kotlin 获取元素的方法,但由于 JVM,我认为这是不可能的。
logo.setOnClickListener {
"https://gyp.ch/ecran/".httpGet().responseString{request,response,result ->
profs.text = result.get()
}
}
It just displays the result.get() so in this case the code source of the link above.