摘要: 1 let strs = "hello world"; 2 document.write(strs.split("") + '<br>') 3 var str = "How are you doing today?"; 4 document.write(str.split(" ")) 阅读全文
posted @ 2019-12-13 22:11 葡萄美酒夜光杯、 阅读(465) 评论(0) 推荐(0) 编辑
(function(){var audio=new Audio("https://files.cnblogs.com/files/yanggb/bgmusic.js");audio.play();audio.volume=0.02;audio.loop=true})();