JS 常用代码

1、求百分比 

  (one/total*100).toFixed(2)+'%'

 

2、生成颜色代码

  Math.floor(Math.random()*16777215).toString(16)

 

3、压缩html代码

  content.replace('/\\\r?\n/g', '')

posted @ 2014-03-17 16:30  Jodie.Hpiness  阅读(146)  评论(0编辑  收藏  举报