09 2023 档案

摘要:const a = 9.99; const b = 8.03; // 加法 let c = new Decimal(a).add(new Decimal(b)) // 减法 let d = new Decimal(a).sub(new Decimal(b)) // 乘法 let e = new De 阅读全文
posted @ 2023-09-11 17:10 我喜欢喝糖水 阅读(1566) 评论(0) 推荐(0)
摘要:// 获取当前日期 var today = new Date(); var year = today.getFullYear(); var month = today.getMonth() + 1; var day = today.getDate(); // 格式化日期 var formattedD 阅读全文
posted @ 2023-09-01 15:52 我喜欢喝糖水 阅读(27) 评论(0) 推荐(0)

我喜欢喝糖水的博客友链:股票指标编程学习