Skip to content
New issue

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

isEmpty判定数字的时候均为返回true? #64

Open
233cy opened this issue Jun 13, 2024 · 5 comments
Open

isEmpty判定数字的时候均为返回true? #64

233cy opened this issue Jun 13, 2024 · 5 comments
Labels

Comments

@233cy
Copy link

233cy commented Jun 13, 2024

可复现的链接:

wu

问题描述与截图:

图片 图片 环境:vue3, 版本:3.5.24 概述:isEmpty在判定数字类型的时候均会返回true,这是否异常?

期望的结果:

应该返回false才对吧。

操作系统:

macos

浏览器版本:

No response

@233cy 233cy added the bug label Jun 13, 2024
@xlz26296
Copy link
Contributor

xlz26296 commented Jun 13, 2024

说错了,这是判断空对象专用的,数字不是有值的对象,算空,返回true

@233cy
Copy link
Author

233cy commented Jun 13, 2024

这是判断空,数字不是空,都是true

图片 文档中,这个函数是专门判定是否为空对象的。空对象时返回true。

但是对于空的字符串,和数字判定也是true。是不是不太合理。感觉是不是应该抛出异常之类的。或者对数字0和空字符返回true其他的应该是返回false呢。

@xlz26296
Copy link
Contributor

xlz26296 commented Jun 13, 2024

这个函数是对象专用的,是判断空对象的
具体可以去看测试用例

@JZaaa
Copy link

JZaaa commented Aug 15, 2024

感觉对象专用应该命名为 isObjectEmpty之类的,isEmpty很容易被误导

@233cy
Copy link
Author

233cy commented Aug 15, 2024

感觉对象专用应该命名为 isObjectEmpty之类的,isEmpty很容易被误导

确实。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants