未知题型
下面语句的运行结果为: var arr = [’hello’,’js’,22.23,true]; console.log()
【参考答案】
["’hello’,’js’,22.23,true"]
点击查看答案&解析
