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 : ... 5905 : 5906 : 5907 : 5908 : 5909 : 5910 : 5911 : 5912 : 5913 : ... 6391 : 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/02   »
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
Statistics Graph

Site Stats

Total hits:
339909
Today:
13
Yesterday:
156