摘要: 另外,toFixed();获得小数点后面多少位数字。五舍六入的方法。 var floatNum = 5.234 var temp = floatNum.toFixed(1); //相当于var temp = 5.2 Math.pow(x,y) -- 返回底数的指定次幂 博客原文:http://www 阅读全文
posted @ 2015-05-04 21:03 BloggerSb 阅读(49000) 评论(0) 推荐(2)
摘要: 测试时我以字符流的形式下载文件,可行,前几个仅作参考 protected void Button1_Click(object sender, EventArgs e) { /* 微软为Response对象提供了一个新的方法TransmitFile来解决使用Response.BinaryWrite 下 阅读全文
posted @ 2015-05-04 07:34 BloggerSb 阅读(190) 评论(0) 推荐(0)