摘要: JavaScript 面向对象 封装 类:封装对象的属性和行为 方法:封装具体逻辑功能 访问封装:对其访问权限进行封装 查看代码 class Employees { constructor(name,age){ this.name = name; this.age = age; } getInfo( 阅读全文
posted @ 2022-04-19 18:00 晨烨i 阅读(15) 评论(0) 推荐(0) 编辑
摘要: url=jdbc:mysql://localhost:3306/数据库名?allowPublicKeyRetrieval=true&characterEncoding=utf8&serverTimezone=PRC&useSSL=false 阅读全文
posted @ 2022-04-19 11:49 晨烨i 阅读(172) 评论(0) 推荐(0) 编辑