에러 모음

[JavaScript] Uncaught URIError: URI malformed at decodeURIComponent (<anonymous>) 오류 해결 방법

모르는 개발자 2022. 11. 21. 16:53

Uncaught URIError: URI malformed
    at decodeURIComponent (<anonymous>)
    at main:000:00

 

decodeURIComponent(string) unescape(string)으로 바꿔준다.