<body> <form > 请输入内容: <input pattern="[A-Z]{3}" name="part"> <input type="submit"> </form> </body>
#我是用my
eclipse
<meta name="keywords" content="keyword1,keyword2,keyword3"> <meta name="description" content="this is my page"> <meta name="content-type" content="text/html; charset=UTF-8">
<meta name="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /># ###########亂碼問題就解決了。 ######然後我去google了一下http-equiv和name的區別:######他們是這麼說的:“name###屬性###主要用於描述網頁”,而http -equiv「相當於http文件頭作用,它可以向瀏覽器傳回一些有用的信息,以幫助正確和精準地顯示網頁內容。」#######看到這裡我想大體可以說清了,只是在以後的開發中可能需要每次改動一下(我試過將這些meta屬性全部刪掉,當項目跑起來時,還是中文亂碼......)。 ###
以上是中文亂碼問題的詳細內容。更多資訊請關注PHP中文網其他相關文章!