Common JavaScript source code

xiaoxiao2021-03-06  40

/ * Reserved for a small number * / function number.prototype.fixed (n) {with (math) {var TMP = POW (10, n); returnire Round (THIS * TMP) / TMP;}} Sample: Somenum.fixed (2); from Internet 2004edit on 25th January, 2005 / ** /

转载请注明原文地址:https://www.9cbs.com/read-64583.html

New Post(0)