function number_format(numstr) {
var numstr = String(numstr);
var re0 = /(d+)(d{3})($|..*)/;
if (re0.test(numstr))
return numstr.replace(
re0,
function(str,p1,p2,p3) { return number_format(p1) + "," + p2 + p3; }
);
else
return numstr;
}
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2004/05/12 10:46 2004/05/12 10:46
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/42

Trackback URL : http://tcbs17.cafe24.com/tc/trackback/42

« Previous : 1 : ... 286 : 287 : 288 : 289 : 290 : 291 : 292 : 293 : 294 : ... 324 : Next »

블로그 이미지

- 홍반장

Archives

Recent Comments

  1. 1 pHqghUme 2025
  2. 1 pHqghUme 2025
  3. 1 pHqghUme 2025
  4. 1 pHqghUme 2025
  5. 1 pHqghUme 2025

Calendar

«   2026/03   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        
Statistics Graph

Site Stats

Total hits:
344454
Today:
521
Yesterday:
224