We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
版本号:3.7.1
问题描述: 调用numToUpper( 34855.73)返回叁undefined肆undefined捌undefined伍undefined伍undefined柒undefined叁undefinedNaN万元伍分 这是运算不精确导致的
numToUpper( 34855.73)
叁undefined肆undefined捌undefined伍undefined伍undefined柒undefined叁undefinedNaN万元伍分
错误截图:
export function numToUpper(value) { if (value != '') { ............. console.log(value) value *= 100; console.log(value) value += ''; console.log(value) .... }
打印结果:
index.ts:256 34855.73 index.ts:258 3485573.0000000005 index.ts:260 3485573.0000000005
The text was updated successfully, but these errors were encountered:
zy
Sorry, something went wrong.
已修复,下一版本发布。
No branches or pull requests
版本号:3.7.1
问题描述:
调用
numToUpper( 34855.73)
返回叁undefined肆undefined捌undefined伍undefined伍undefined柒undefined叁undefinedNaN万元伍分
这是运算不精确导致的
错误截图:
打印结果:
The text was updated successfully, but these errors were encountered: