본문 바로가기
카테고리 없음

Number Systems (3) - Fixed Point Representation

by RTLog 2024. 3. 11.
728x90
반응형
728x90
반응형

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'); });