removeWhitespace: function(item) { var whitespace = item.replace(/\s+/g, '') var forwardslash = item.replace('/', '') return wh…
確定! 回上一頁