摘要: string和Date 的相互转换 // string 与 Date的相互转换用 // String to Date DateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String dateTest = "2023-4- 阅读全文
posted @ 2023-04-11 14:38 沈先生爱猫咪 阅读(9) 评论(0) 推荐(0) 编辑
摘要: | 基本数据类型 | 包装类 | | | | | byte | Byte | | boolean | Boolean | | short | Short | | char | Character | | int | Integer | | long | Long | | float | Float 阅读全文
posted @ 2023-04-11 09:53 沈先生爱猫咪 阅读(10) 评论(0) 推荐(0) 编辑