评估 userid 为 true
我有一个通过电子邮件搜索用户的功能。如果找到用户,该函数将返回用户 ID。否则返回 false。
我如何评估这个看起来像12202436120g1200069971
的用户ID为真?
I have a function which searches users by their e-mail. If a user is found, the function returns the userid. Otherwise it returns false.
How may I evaluate this userid which looks like 12202436120g1200069971
to true?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果我理解正确的话,我会做类似的事情:
在 ColdFusion 中 0 为假,任何其他数字(负数或正数)为真。
If I understand correctly I'd do something like:
In ColdFusion 0 is false and any other number (negative or positive) is true.