Skip to content

README.MD 文件中示例代码小问题 #55

@liqifa

Description

@liqifa

如JSAPI示例:
原代码:
httpPost.setEntity(new StringEntity(bos.toString("UTF-8")));
调整为:
httpPost.setEntity(new StringEntity(bos.toString("utf-8"),"utf-8"));
原代码会导致 entity 中文 乱码

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions