로컬에서 작동하지만 서버에서는 작동하지 않는 클립보드 기능 복사 다음 스크립트를 사용하고 있습니다.그것은 비주얼 스튜디오에서 로컬로 작동하고 있습니다.하지만 서버에서 그것은 던집니다. "정의되지 않은 '텍스트 쓰기' 속성을 읽을 수 없습니다." function GetCopyText(thislink) { var Content = thislink.parentNode.parentNode.parentNode.parentElement.parentElement.parentElement.parentElement.children[2].children[0].children[0].innerText; navigator.clipboard.writeText(Content).then(function () { // alert('A..