For example, to check whether a particular value is present in an array: function process(argv) { if(argv.indexOf('help')) { console.log('This is the help ...
確定! 回上一頁