为什么要解释弧度?
1 Math 三角函数中,sin()、cos()、tan() 函数参数使用的都是弧度
1.角度与弧度的定义
当弧长正好等于圆周长的360分之一时,两条射线的夹角的大小为1度.
1 | fun foo() { |
此时,return就实现了continue的功能,代码输入1245,不输出3
1 | fun foo() { |
使用run{}将foreach包裹起来,然后局部返回,此时跳出循环,实现了break的功能。代码输出12,不输出345
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment