打開的頁面中文亂碼怎么辦 按鈕"提交"亂碼
<form action="/blog/123" method="POST">
<input type="text"? name="id" value=""/>
<input type="password"? name="password" value=""/>
<button type="submit"? value="submit">提交</button>
</form>
<form action="/blog/123" method="POST">
<input type="text"? name="id" value=""/>
<input type="password"? name="password" value=""/>
<button type="submit"? value="submit">提交</button>
</form>
2018-06-22
舉報(bào)
2019-04-08
2018-08-09
在head標(biāo)簽中設(shè)置<meta charset="UTF-8">