2009年10月22日 - function wl(s){document.write((s||'')+'< br>\r\n');} var s="1234.567"; var i=1234.567; wl('string to int'); wl(parseInt(s)); wl(parseInt(s,10));//10進位 ...
www.dotblogs.com.tw