摘要: 日期格式转字符串 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); String s = sdf.format(new Date()); System.out.println(s); 字符串转日期格式 DateFormat df = 阅读全文
posted @ 2020-03-21 09:46 人间草木~ 阅读(320) 评论(0) 推荐(0) 编辑
摘要: cl_abap_char_utilities=>horizontal_tab 09 TAB符 cl_abap_char_utilities=>CR_LF 0D0A 回车换行 cl_abap_char_utilities=>VERTICAL_TAB 0B 垂直制表符 cl_abap_char_util 阅读全文
posted @ 2019-12-19 14:35 人间草木~ 阅读(756) 评论(0) 推荐(0) 编辑