2024年3月1日

vue系列--【根据开始日期 ,期限,计算出结束日期(处理到期日是2.29日且到期年不是闰年的情况)】

摘要: <template> <div> <p>起息日:{{ startDate }}</p > <p>最后到期日:{{ endDate }}</p > </div> </template> <script> import moment from 'moment'; // 引入moment export d 阅读全文

posted @ 2024-03-01 16:19 码农小小海 阅读(42) 评论(0) 推荐(0) 编辑

导航