ZNTC0800: 'with' is not allowed in strict mode
ZNTC0800
섹션 제목: “ZNTC0800”‘with’ is not allowed in strict mode
카테고리: 파서: strict mode
재현 코드
섹션 제목: “재현 코드”"use strict"; with(obj) {}해결 방법
섹션 제목: “해결 방법”이 에러의 원인과 해결 방법은 에러 메시지를 참고하세요.
‘with’ is not allowed in strict mode
카테고리: 파서: strict mode
"use strict"; with(obj) {}이 에러의 원인과 해결 방법은 에러 메시지를 참고하세요.