中文代码
如果代码用中文来写,会是什么样的?
中文代码
1 | const 用户组 = [ |
写一个class
1 | class 动物 { |
写一个循环
1 | const 随机数组 = [2,1,5,3,4] |
- 本文标题:中文代码
- 本文作者:sonder
- 创建时间:2022-09-06 13:59:41
- 本文链接:https://sonderss.github.io/2022/09/06/中文代码/
评论
如果代码用中文来写,会是什么样的?
1 | const 用户组 = [ |
1 | class 动物 { |
1 | const 随机数组 = [2,1,5,3,4] |