摘要: // const science = (num) => { // var str = ''; // if(typeof num == 'number') { // str = num.toString(); // } else if(typeof num == 'string'){ // str = 阅读全文
posted @ 2020-04-03 16:30 有肌肉的小眼睛 阅读(149) 评论(0) 推荐(0)