摘要: jsx语法 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>jsx语法规则</title> <style> .title{ background-color: orange; width: 200px; } 阅读全文
posted @ 2021-05-27 23:25 秋月桐 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 引入React依赖 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>hello_react</title> </head> <body> <!-- 准备好一个“容器” --> <div id="test">< 阅读全文
posted @ 2021-05-27 23:22 秋月桐 阅读(398) 评论(0) 推荐(0) 编辑