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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
String类型所占用的内存大小应该用SIzeof来获取,不应该用Len()
The text was updated successfully, but these errors were encountered:
Len()是用来获取长度的呀,不是用来获取内存大小的
Sorry, something went wrong.
应该用SIzeof来计算吧
No branches or pull requests
String类型所占用的内存大小应该用SIzeof来获取,不应该用Len()
The text was updated successfully, but these errors were encountered: