摘要:
<!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> .scrolldiv{ width: 600px; height: 500px; margin: 10px auto; overflow-y: scroll; 阅读全文
摘要:
一、数组 let str = 'F60' let arr = str.split('') let res = '' arr.forEach(item=>{res+=(''+item+item)}) console.log(res) 二、chartAt let str = 'F60' let res 阅读全文