题解 | #求二次方#
求二次方
http://www.nowcoder.com/practice/b7a8647e33d84f5c88acdd7c81a85fdf
{"css":"","js":"function square(arr) {
return arr.map(v => Math.pow(v,2));
}","html":"","libs":[]}
求二次方
http://www.nowcoder.com/practice/b7a8647e33d84f5c88acdd7c81a85fdf
{"css":"","js":"function square(arr) {
return arr.map(v => Math.pow(v,2));
}","html":"","libs":[]}
相关推荐