Replies: 1 comment
-
Objects are out of order, and the order is lost when converted. [
"div id=mydiv",
[
"h1 id=abc class=class1\fclass2 name=abc", "hello world",
"a herf=http,//baidu.com?abc=def", "hello a",
"text", "hello text",
"br", "",
"text", "hello text2",
"div id=mydiv", [
"button id=hij onclick=abc(this,'hello\fworld')", "hello button"
]
],
"hr", "",
"span", "hello"
] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
json
Equated html
JS function
Beta Was this translation helpful? Give feedback.
All reactions