2019年8月7日

python字符串 提取括号中的内容

摘要: 返回值是一个列表 阅读全文

posted @ 2019-08-07 09:54 liujx2019 阅读(14691) 评论(0) 推荐(0) 编辑

Python获取当前 年 月 日

摘要: import datetime datetime.datetime.now().year datetime.datetime.now().month datetime.datetime.now().day 阅读全文

posted @ 2019-08-07 09:51 liujx2019 阅读(2507) 评论(0) 推荐(0) 编辑

导航