function hasClass(element, clsName) { return (' ' + element.className + ' ').indexOf(' ' + clsName + ' ') > -1; }. Otherwise, it will return true if the ...
確定! 回上一頁