可能重複:
Workarounds for JavaScript parseInt octal bug
How to parseInt a string with leading 0問題 「parseInt函數()」
document.write(parseInt("07"));
生產 「7」
document.write(parseInt("08"));
產生「0」
這對我來說產生了問題(抱歉,這個嘮叨,我必須或我不能提交問題)。任何人都知道爲什麼它是愚蠢的或者是否有更好的功能?