摘要: React MV* Model: state.Simple JS objects View: widgets on the page Controller: code that acts on the model <div id="example"></div> <script type="text 阅读全文
posted @ 2022-05-02 22:54 君逸堂 阅读(74) 评论(0) 推荐(0)
摘要: Java 部分需要掌握的知识点: 1. typeof 变量的数据类型可以使用 typeof 操作符来查看: typeof "John" // 返回 stringtypeof 3.14 // 返回 numbertypeof false // 返回 booleantypeof [1,2,3,4] // 阅读全文
posted @ 2022-05-02 04:57 君逸堂 阅读(239) 评论(0) 推荐(0)