摘要:
<SCRIPT LANGUAGE=javascript> <!-- function DecimalToFraction(dec,digit){ dec = Math.round(dec * (Math.pow(10,digit))) / Math.pow(10,digit) ; var tmpa,tmpb tmpa = dec*100 tmpb =10... 阅读全文
posted @ 2007-12-25 14:52
ringnet
阅读(1315)
评论(0)
推荐(1)
浙公网安备 33010602011771号