摘要:
function Calculation(type, num1, num2) { var temp1, temp2, a; try { // 获取temp1小数点后的长度 temp1 = num1.toString().split(".")[1].length; } catch (e) { temp 阅读全文
posted @ 2022-06-27 19:44
攀仔博客
阅读(1055)
评论(0)
推荐(0)
浙公网安备 33010602011771号