function LongestWord(sen) { sen=sen.replace(/[^a-zA-Z ]/ig,'') words ... Array.prototype.remove = function(from, to) { var rest = this.slice((to || from) + ...
確定! 回上一頁