文件名称:Android代码-kotlinx.html
文件大小:228KB
文件格式:ZIP
更新时间:2022-08-25 22:37:53
Android代码
kotlinx.html A kotlinx.html library provides DSL to build HTML to Writer/Appendable or DOM at JVM and browser (or other JavaScript engine) for better Kotlin programming for Web. Get started See Getting started page for details how to include the library DOM You can build DOM tree with JVM and JS naturally See example for JavaScript-targeted Kotlin window.setInterval({ val myDiv = document.create.div("panel") { p { "Here is " a("http://kotlinlang.org") { "