Discuss / JavaScript / 第四题答案

第四题答案

Topic source
function char2Int(c){
   return parseInt(c,10);
}

r= arr.map(char2Int);

  • 1

Reply