🌈 搜索
📅  最后修改于: 2022-03-11 15:01:29.329000             🧑  作者: Mango
var a = ['this','is','test']; a.map(f=>{ return f.toUpperCase(); });