摘要:
function formatToTwoDecimals(value) { if (value '' || value null) return ''; let num = parseFloat(value); if (isNaN(num)) return ''; return num.toFixe 阅读全文
posted @ 2025-10-22 09:12
许我半夏
阅读(7)
评论(0)
推荐(0)
方法一 <html> <head> <meta charset="utf-8"> <title>看板娘</title> </head> <body> <script src="https://cdn.jsdelivr.net/npm/live2d-widget@3.0.4/lib/L2Dwidget 阅读全文