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
https://dart.cn/guides/language/language-tour
https://github.com/cfug/dart.cn/tree/master/src/_guides/language/language-tour.md
功能描述不正确,==操作符判断两个对象相等的条件是根据 hashCode方法中某种规则生成的值,并不简单是内容是否一样。 同时英文版描述的也是两个对象是否相等,而不是两个对象的内容是否一样。
修复“== 运算符负责判断两个对象的内容是否一样” 按英文版直译就好
No response
The text was updated successfully, but these errors were encountered:
谢谢提出,我开了一个 PR 请看一下修改是否合适。
P.s. 下次可以直接给我们开 PR 哈,期待你的贡献。
Sorry, something went wrong.
谢谢,由于文档是长久以来多人协作的成果,同时参与校对的人也有更迭,难免有出现过时或词不达意的情况。
好👌
Successfully merging a pull request may close this issue.
页面 URL
https://dart.cn/guides/language/language-tour
页面源地址
https://github.com/cfug/dart.cn/tree/master/src/_guides/language/language-tour.md
描述问题
功能描述不正确,==操作符判断两个对象相等的条件是根据 hashCode方法中某种规则生成的值,并不简单是内容是否一样。
同时英文版描述的也是两个对象是否相等,而不是两个对象的内容是否一样。
期望如何修复
修复“== 运算符负责判断两个对象的内容是否一样” 按英文版直译就好
附加信息
No response
The text was updated successfully, but these errors were encountered: