`
langzhe
  • 浏览: 279046 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

mochiweb返回结果指定UTF-8编码

 
阅读更多
 
201     Form = mochiweb_request:parse_qs(Req),  %% 获取GET请求的参数
202     Server = get_bin(proplists:get_value("server", Form, "wx.com")),
203     [Version, Desc] = odbc_upload_apk:get_version(Server),
204     ?DEBUG("~p:~p Desc=~p", [?MODULE, ?LINE, Desc]),
214     Req:ok({_ContentType = "text/plain;charset=utf-8", [], <<Version/binary,  <<"\n">>/binary, Desc/binary>>});    //返回结果指定UTF-8编码

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics