摘要: 1 <html></html> 2 <script> 3 // 0.1+0.2 4 let a = null, 5 b = null; 6 a=0.1 7 b=0.2 8 function sum(a,b){ 9 return a+b 10 } 11 // console.log(sum(a,b)) 阅读全文
posted @ 2021-10-12 22:13 阿哲淘小子 阅读(145) 评论(0) 推荐(0) 编辑