标签:习惯 变量 app apple 编程 直接 turn math bsp
1
//求圆的面积
public double findArea(){
return Math.PI * radius * radius;
}
直接 return 减少新变量的定义
2
//输出符号的使用 /t /t 制表符
编程习惯
原文地址:https://www.cnblogs.com/terrycode/p/12272449.html