portfolioContent is a node list, you can access the class list of a single element only. classList is not a string, you need to use contains : ...
確定! 回上一頁