题目
下面代码的输出是什么?
const shape = {
radius: 10,
diameter() {
return this.radius * 2;
},
perimeter: () => 2 * Math.PI * this.radius
};
shape.diameter();
shape.perimeter();
A.20 and 62.83185307179586
B.20 and NaN
C.20 and 63
D.NaN and 63
接口测试工具的话可以试试国产的接口测试工具apipost,使用起来很方便简介,不需要安装环境,全中文使用起来方便。下载地址:https://www.apipost.cn
大佬,可以转载吗?
在大学没有那么优秀的经历怎么办