本文介绍了“a是b”的结果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,


有以下行为的理由:



True


谢谢,

Axel

解决方案




可能是实施意外。考虑:



正确


你有什么理由关心关于这种行为?





是的:对你来说实施工作并不重要。


-

__ Erik Max Francis&& &&

/ \美国加利福尼亚州圣何塞市&& 37 20 N 121 53 W&& & tSftDotIotE

\ __ /我唯一遗憾的是,我的国家只有一次失败。

- Nathan Hale





除非你关心两个名字是否指向同一个对象,否则不要使用

''是'' 。而是将'==''与等式进行比较。这应该像

你想要的那样:



真的


它还将处理Andrew指出的案例。


- Josiah


Hello,

is there a rationale for the following behavior:


True

Thanks,
Axel

解决方案



Probably an accident of implementation. Consider:


True

Is there a reason that you care about this behavior?




Yes: It shouldn''t matter to you what the implementation is doing.

--
__ Erik Max Francis && ma*@alcyone.com && http://www.alcyone.com/max/
/ \ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
\__/ I only regret that I have but one life to lose for my country.
-- Nathan Hale




Unless you care whether two names point to the same object, don''t use
''is''. Instead compare for equality with ''==''. That should work like
you want it to:


True

It will also handle the cases that Andrew points out.

- Josiah


这篇关于“a是b”的结果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 13:28