ES6數組方法 以下方法添加到了Array.prototype對象上(isArray除外) indexOf 類似字符串的indexOf()方法 stringObject.indexOf(searchvalue,fromindex) var data = [2, 5, 7, 3, 5]; console.log(data.indexOf(5, "x")); // 1 ("x"被忽略) console
windows版 命令行工具 cmd win10之前windows自帶cmd bash 從win10開始,windows自帶bash git-bash 安裝git順帶安裝git-bash 需要注意的這一步,需要選擇第三項,其他直接下一步就好了。 Git Shell 安裝g