摘要:
.lengthcomfirm("");prompt(""); Use thepromptcommand to ask the user where they are from.number string booleanconsole.log===Equal to!==Notequal to... 阅读全文
摘要:
先除后乘----先乘后除 不一样 4 / 5 * 2 2 * 4 / 5 三边判断三角形 a + b > c && b + c > a && a + c > b 四舍五入 (int) (a + 0.5); #define ROUND(a) ((int)((a)+0.5)) a = 1.4; prin... 阅读全文