go-hyperscript:Go中的上标实现

时间:2024-06-16 15:28:23
【文件属性】:

文件名称:go-hyperscript:Go中的上标实现

文件大小:1.32MB

文件格式:ZIP

更新时间:2024-06-16 15:28:23

golang hyperscript webassembly Go

上标 简单的脚本,例如Go中实现的脚本。 您可以通过以下方式使用此软件包: 使用Go函数编写HTML。 根据先前的VNode树更新现有的DOM。 用法 使用Go函数编写HTML func main () { node := h . H ( "div" , nil , h . H ( "h1" , nil , h . Text ( "Example App" )), h . H ( "strong" , nil , h . H ( "font" , h. Object { "color" : "red" }, h . Text ( "Hello, world!" )), ), ... ) body := js . Global (). Get ( "document" ). Get ( "body" ) dom . NewRenderer (). Re


【文件预览】:
go-hyperscript-master
----.gitignore(5B)
----dom()
--------render.go(4KB)
--------value.go(1KB)
----README.md(2KB)
----hyperscript()
--------value.go(372B)
--------elementnode.go(818B)
--------hyperscript.go(383B)
--------nodetype.go(315B)
--------vnode.go(133B)
--------object.go(2KB)
--------fakevalue()
--------textnode.go(494B)
--------callback.go(283B)
--------hyperscript_test.go(1KB)
----examples()
--------counter()
--------simpletodo()
--------basic()
----go.mod(49B)
----LICENSE.md(1KB)
----Makefile(346B)

网友评论