摘要: 你的 CDN 链接 想手动刷新时 把链接中的 https://cdn.jsdelivr.net/ 替换成 https://purge.jsdelivr.net/ 即可实时刷新 阅读全文
posted @ 2021-05-16 22:59 木子欢儿 阅读(94) 评论(0) 推荐(0) 编辑
摘要: let score = prompt("请输入成绩:");//输入成绩 let a = parseInt(score / 10);//将字符串转换为数字 switch (a) { case 6: console.log(`成绩为${score},成绩等级为D`); break; case 7: co 阅读全文
posted @ 2021-05-16 09:45 木子欢儿 阅读(1505) 评论(0) 推荐(0) 编辑