选择篇(005)-下面代码的输出是什么?

276 阅读1分钟
console.log("🐭" + "🐍");
A: 🐭🐍
B:257548
C:A string containing their code points
D:Error

参考答案: