JS函数集合大全JS函数集合大全
function round(v,e) { var t=1; for(;e>0;t*=10,e--); for(;e
下载地址
用户评论