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
False,None,0,空序列,空字典
1.c语言,0值为假,非0值为真 2.Perl所有空值为假(空字符串,空列表,空哈希),非空值为真 3.Ruby false,nil,0 为假,其它值为真
The text was updated successfully, but these errors were encountered:
No branches or pull requests
False,None,0,空序列,空字典
1.c语言,0值为假,非0值为真
2.Perl所有空值为假(空字符串,空列表,空哈希),非空值为真
3.Ruby false,nil,0 为假,其它值为真
The text was updated successfully, but these errors were encountered: