07:23AM 02/05/2011, Lập trình web
I came across a rather interesting problem with the Javascript parseInt() function a couple of days ago; if the value is a zero padded string and is '08' or '09' then parseInt() will return 0. This post looks at why 0 is returned and how to solve the problem.
Xem chi tiết »