单选题

下面分别使用JSON.stringify方法,返回值res分别是()con...

发布于 2022-03-02 16:10:54

下面分别使用 JSON.stringify 方法,返回值 res 分别是()
const fn = function(){}
const res = JSON.stringify(fn)
const num = 123
const res = JSON.stringify(num)
const res = JSON.stringify(NaN)
const b = true
const res = JSON.stringify(b)

登录后免费查看答案
关注者
0
被浏览
17
知识点
面圈网VIP题库

面圈网VIP题库全新上线,海量真题题库资源。 90大类考试,超10万份考试真题开放下载啦

去下载看看