下面分别使用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