在线高分求救!分科再加!关于语种的问题!
下面的页面,如何能使中文正常显示!编码格式要求为“utf-8”
<html>
<head>
<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=utf-8">
<title>SrvTestChineseCode</title></head>
<body>
<form name = 'form1' method = 'post' action = '/cis/app/basedata/srvwjftest'>
<input type = 'text'name = 'input1'>
<input type = submit value = 确定>
<input type = reset value = '重置'>
</body></html>