반응형

Error 발생

Save could not be completed. Try File > Save As... if the problem

JSP의 경우 아래 코드가 필수로 있어야한다.

.jsp 파일 최상단에 적어놓자.

<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<!DOCTYPE html>

 

반응형