03 2023 档案

摘要:https://github.com/f/awesome-chatgpt-prompts javascript学习 Let’s roleplay. You are an online JavaScript course. Your task is to quickly assess the stud 阅读全文
posted @ 2023-03-28 10:23 zeal666 阅读(157) 评论(0) 推荐(0) 编辑
摘要:###工厂模式 function createPerson(name, age, job) { let o = new Object(); o.name = name; o.age = age; o.job = job; o.sayName = function() { console.log(th 阅读全文
posted @ 2023-03-09 19:37 zeal666 阅读(16) 评论(0) 推荐(0) 编辑
摘要:/** * 每个csv文件转成一个person对象,然后根据父子关系构建树 */ const transferTree = () => { interface Person { name: string age: number parent: string | null children?: Per 阅读全文
posted @ 2023-03-09 13:45 zeal666 阅读(79) 评论(0) 推荐(0) 编辑
摘要:You can use the following code to detect the different browsers: // Check for Chrome var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/ 阅读全文
posted @ 2023-03-01 15:16 zeal666 阅读(21) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示