共2条
1/1 1 跳转至页
WebServer 嵌入式WebServer中如何支持中文网页?
问
要在嵌入式WebServer中支持中文网页,响应HTTP的包头应该怎么写?汉字是怎么编码的,希做过的大侠指点一下............
我只知道这样实现,但结果无法显示
HTTP/1.0 200 OK
Connection: close
Content-type: text/html
<html>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
......
</html>
答 1: 自己做一个字库,跟你的程序链接在一起
我只知道这样实现,但结果无法显示
HTTP/1.0 200 OK
Connection: close
Content-type: text/html
<html>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
......
</html>
答 1: 自己做一个字库,跟你的程序链接在一起
共2条
1/1 1 跳转至页
我要赚赏金
