filter ('toUppercase', function(){ // all the filter does is return a function, // which acts as the "filtering" function return function(rawString){ // The ...
確定! 回上一頁