- 博客(3)
- 收藏
- 关注
原创 Linux 下 you need to be root to perform this command
在linux 终端执行某条命令时提示一下错误you need to be root to perform this command是提示我们ya
2014-07-12 16:30:45
62097
14
原创 金额正则匹配
function digitChinese(n) { if (!/^(0|[1-9]\d*)(\.\d+)?$/.test(n)) return ""; var unit = "千百拾亿千百拾万千百拾元角分", str = ""; n += "00"; var p = n.indexOf('.'); if (p >= 0) n = n.substring(0, p) + n.s
2014-07-11 15:23:28
1018
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅