Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 ctrl.Text 碰巧是一个空字符串(值为 0)时,我得到了肯定的结果
这是正确的行为吗?我需要检查一个空字符串吗?
"Next|Prev|First|Last|Search".IndexOf(ctrl.Text) > -1
是的,在msdn中你会发现。
如果值为 String.Empty,则返回值为 0。