Skip to content

AngelPP52/ast_homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

作业1

转换前

<h1 id="title"><span>hello</span>world</h1>

转换后

React.createElement("h1", {
  id: "title"
},React.createElement("span", null, "hello"), "world");

如有不足,欢迎指出,共同进步!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published