除了在整理學習上的經驗,同時也能幫助其他需要的人
function zerofill(num,length){ num=""+num; while(num.length<length){num="0"+num;} return num; }
張貼留言
0 回應:
張貼留言