摘要: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> .scrolldiv{ width: 600px; height: 500px; margin: 10px auto; overflow-y: scroll; 阅读全文
posted @ 2019-05-15 11:32 前端开发-周先生 阅读(1370) 评论(0) 推荐(0) 编辑
摘要: 一、数组 let str = 'F60' let arr = str.split('') let res = '' arr.forEach(item=>{res+=(''+item+item)}) console.log(res) 二、chartAt let str = 'F60' let res 阅读全文
posted @ 2019-05-15 11:21 前端开发-周先生 阅读(343) 评论(0) 推荐(0) 编辑