11 2012 档案

 
JS中toFixed() 方法
摘要:oFixed() 方法可把 Number 四舍五入为指定小数位数的数字。在本例中,我们将把数字舍入为仅有一位小数的数字:Show the number 13.37 with one decimal:<script type="text/javascript">var num = new Number(13.37);document.write (num.toFixed(1))</script>输出:Show the number 13.37 with one decimal:13.4 阅读全文
posted @ 2012-11-19 17:06 BlueAmbition 阅读(617) 评论(0) 推荐(0)
SQL函数记录
摘要:行专列函数PIVOT 阅读全文
posted @ 2012-11-15 14:38 BlueAmbition 阅读(118) 评论(0) 推荐(0)