We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APIJSON/APIJSONORM/src/main/java/apijson/StringUtil.java
Lines 121 to 132 in 297c251
Lines 543 to 554 in 297c251
Lines 646 to 653 in 297c251
The text was updated successfully, but these errors were encountered:
感谢建议,当时为了快速开发就简单拼接了,现在确实要优化下
Sorry, something went wrong.
您好, 请问问题解决了吗,可以允许我尝试优化此问题吗?
还没有,当然可以,非常感谢,具体步骤可参考本页 #Pull Request 说明 https://github.com/Tencent/APIJSON/blob/master/CONTRIBUTING.md#%E4%B8%BA%E4%BB%80%E4%B9%88%E4%B8%80%E5%AE%9A%E8%A6%81%E8%B4%A1%E7%8C%AE%E4%BB%A3%E7%A0%81
feat: 使用StringBuilder优化了字符串拼接
ab5c047
将StringUtil.java类中三处字符串直接拼接优化为使用StringBuilder拼接 issue Tencent#182
No branches or pull requests
APIJSON/APIJSONORM/src/main/java/apijson/StringUtil.java
Lines 121 to 132 in 297c251
APIJSON/APIJSONORM/src/main/java/apijson/StringUtil.java
Lines 543 to 554 in 297c251
APIJSON/APIJSONORM/src/main/java/apijson/StringUtil.java
Lines 646 to 653 in 297c251
建议在循环中使用StringBuilder拼接字符串
The text was updated successfully, but these errors were encountered: