Tencent / Biny

Biny is a tiny, high-performance PHP framework for web applications
BSD 3-Clause "New" or "Revised" License
1.69k stars 258 forks source link

貌似action返回中文会乱码 #34

Closed lordGuan closed 6 years ago

lordGuan commented 7 years ago

image

billge1205 commented 7 years ago

返回的是utf-8格式 你看下IDE是不是设置成gbk了 可以看下php文件的格式 default

billge1205 commented 7 years ago

或者你可以在浏览器直接访问 看看是不是rest client的问题

lordGuan commented 7 years ago

格式都确定了,浏览器里的效果更惊人 image

billge1205 commented 7 years ago

发现部分浏览器不认识header中的charset这种写法,已更新修复,谢谢你的建议 有问题也欢迎 pull requests 一起改进框架