文章存档
其它
2009-09-23 18:46:40
区别不同浏览器,CSS hack写法:
区别IE6与FF:
background:orange;*background:blue;
区别IE6与IE7:
background:green !important;background:blue;
区别IE7与FF:
2009-09-21 17:44:32
ASP中其实有两个可以用作四舍五入的函数:Round函数和FormatNumber函数。
Round 函数
返回按指定位数进行四舍五入的数值。
Round(expression[, numdecimalplaces])
参数
Expression
必选项。数值表达式 被四舍五入。
Numdecimalplaces
可选项。数字表明小数点