摘要:
在centos使用中,会发现应用程序只能到eclipse的目录中执行eclipse的脚本去启动。这样很不方便。 查阅资料后找到了解决方案: 1.通过命令行,进入到桌面文件夹中 cd /home/your_username/desktop desktop可能是中文命名的——桌面 cd /home/yo 阅读全文
摘要:
函数 //定义函数 0 100 相加 function getSum() { var sum = 0; for (let i = 1; i b ? a : b; } console.log(getMax1(66, 22)) //求3个数中的最大值 // 方法一 function getMax(a, 阅读全文