We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bed70 commit e246b62Copy full SHA for e246b62
README.md
@@ -223,6 +223,7 @@
223
> - 返回字符串长度 *length*
224
> - 首字母大写 *upperFirstLetter*
225
> - 首字母小写 *lowerFirstLetter*
226
+> - 反转字符串 *reverse*
227
> - 转化为半角字符 *toDBC*
228
> - 转化为全角字符 *toSBC*
229
update_log.md
@@ -1,4 +1,5 @@
1
### 更新日志
2
+#### 16/09/09 新增字符串反转,ImageUtils单元测试卡住中,暂时换为真机测试
3
#### 16/09/08 NetworkUtils报空修复,ImageUtils单元测试卡住中
4
#### 16/08/31 ImageUtils单元测试中,之后7天鸡儿岭放假,停更
5
#### 16/08/30 ImageUtils单元测试中(获取保存图片有问题,卡卡卡住了)
0 commit comments