OneDrive 파일명 추출 정규식

Jmnote (토론 | 기여)님의 2024년 2월 1일 (목) 00:26 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

OneDrive 파일명 추출 정규식
const s = $x('//div[@class="ms-List-cell"]/div/div/div[3]/div').map((t)=>{
	return t.firstChild.textContent;
}).join('\n');
console.log(s);

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}