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

2025 당진시 소상공인 경영정상화 자금 신청 방법 안내 (신청 마감 임박!)

by 정책소식모음 2025. 4. 11.
javascript:(function(){ const items = Array.from(document.querySelectorAll('div.related_srch > ul > li')); if (!items.length) { alert("연관 검색어를 찾을 수 없습니다."); return; } const result = items.map(el => { const keyword = el.querySelector('.tit')?.innerText?.trim() ?? ''; const pc = el.querySelector('.bar_graph span:nth-child(1)')?.innerText?.trim() ?? ''; const mo = el.querySelector('.bar_graph span:nth-child(2)')?.innerText?.trim() ?? ''; return `${keyword} (PC: ${pc} / MO: ${mo})`; }).join('\n'); alert(result || "데이터가 없습니다."); })();