摘要: function zeroize( num ) { return (String(num).length == 1 ? '0' : '') + num; } 阅读全文
posted @ 2017-07-31 12:02 小短腿奔跑吧 阅读(222) 评论(0) 推荐(0) 编辑