问题标签 [kotlin-html-builder]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
5033 浏览

kotlin - Kotlin HTML-Builder

Kotlin 页面中,HTML-Builder我可以看到下面的代码,如何在简单的 .tk 文件中使用它?如何从这里开始?

0 投票
1 回答
529 浏览

maven - 在 intellij 中将 kotlinx-html-js 添加到 kotlin/js 项目中

我需要将 kotlinx-html-js 库添加到使用 Intellij 创建的 kotlin/js 项目中。我尝试添加 maven 支持,并在 pom.xml 文件中写入以下内容:

正如这里所解释的,但它不起作用。

有人可以帮助我吗?非常感谢。

0 投票
1 回答
54 浏览

html - Using "property" in HTML meta data with kotlin DSL

Hey how can i use html content like:

<meta property="og:locale" content="en"/>

with the Kotlin HTML Type Safe builder? I cannot find something like the property variable in the meta function