计算Math.LOG10

mac2025-09-25  23

function LOG10(x:number) { return Math.log(x) * Math.LOG10E; };

最新回复(0)