!141 修正 StringUtils.format() 注释错误问题

Merge pull request !141 from KonBAI/fix_StringUtils_Note
feature/model
疯狂的狮子Li 3 years ago committed by Gitee
commit d53dc28b83
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -86,7 +86,7 @@ public class StringUtils extends org.apache.commons.lang3.StringUtils {
* {} 使 \\ { {} \ 使 \\\\ <br> * {} 使 \\ { {} \ 使 \\\\ <br>
* <br> * <br>
* 使format("this is {} for {}", "a", "b") -> this is a for b<br> * 使format("this is {} for {}", "a", "b") -> this is a for b<br>
* {} format("this is \\{} for {}", "a", "b") -> this is \{} for a<br> * {} format("this is \\{} for {}", "a", "b") -> this is {} for a<br>
* \ format("this is \\\\{} for {}", "a", "b") -> this is \a for b<br> * \ format("this is \\\\{} for {}", "a", "b") -> this is \a for b<br>
* *
* @param template {} * @param template {}

Loading…
Cancel
Save