yurim-dev
[Swift|코드카타] (프로그래머스) #56. 과일 장수 - stride(from:to:by:) 시작값부터 끝값까지 특정 수만큼 점프하는 시퀀스
let textNodes = document.querySelectorAll("div.tt_article_useless_p_margin.contents_style > *:not(figure):not(pre)"); textNodes.forEach(function(a) { a.innerHTML = a.innerHTML.replace(/`(.*?)`/g, '$1'); });