OneDrive 파일명 추출 정규식

Jmnote (토론 | 기여)님의 2024년 2월 1일 (목) 00:18 판 (새 문서: ==개요== ;OneDrive 파일명 추출 정규식 <syntaxhighlight lang='javascript'> $x('//div[@class="ms-List-cell"]/div/div/div[3]/div').map((t)=>{ console.log(t.firstChild.textCon...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

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

2 같이 보기

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