문제

<% page language="java" contentType="text/html charset-UTF-8" pageEncoding="UTF-8" %>

I have this statement before starting my HTML part. I followed this from a book but when I tried it, it's showing error. How can this be resolved?

도움이 되었습니까?

해결책

You've missed a semi-colon AND = here:

contentType="text/html charset-UTF-8"

Should be:

contentType="text/html; charset=UTF-8"
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top