W~C停用

导航

随笔分类 -  JS

中国省市区行政区域Json数据
摘要:[ { "Name": "北京", "Pid": "0", "Id": "11", "Cities": [ { "Name": "北京市", "Pid": "1", "Id": "2", "Districts": [ { "Pid": "2", "Id": & 阅读全文

posted @ 2021-07-29 21:35 W~C停用 阅读(3754) 评论(0) 推荐(0)

/Date(1555554794000)/ 转换为日期格式
摘要:第一种方法 /Date(1555554794000)/ 转换为 2019/4/18 new Date(parseInt('/Date(1555554794000)/'.substr(6, 13))).toLocaleDateString(); /Date(1555554794000)/ 转换为 20 阅读全文

posted @ 2021-04-13 14:10 W~C停用 阅读(605) 评论(0) 推荐(0)