We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
该节中有以下描述错误: 如果参数不是字符串,或者字符串的第一个字符不能转化为浮点数,则返回NaN
这里应该行为跟parseInt一样,参数不是字符串,会先隐式转换为字符串,所以parseFloat([123]) 不会返回NaN
The text was updated successfully, but these errors were encountered:
谢谢提交,已经合并了。
Sorry, something went wrong.
No branches or pull requests
该节中有以下描述错误:
如果参数不是字符串,或者字符串的第一个字符不能转化为浮点数,则返回NaN
这里应该行为跟parseInt一样,参数不是字符串,会先隐式转换为字符串,所以parseFloat([123]) 不会返回NaN
The text was updated successfully, but these errors were encountered: