mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud.git
synced 2025-09-07 13:37:46 +00:00
【轻量级 PR】:优化注释
This commit is contained in:
@@ -313,7 +313,7 @@ public class Convert
|
||||
* 转换为Integer数组<br>
|
||||
*
|
||||
* @param split 分隔符
|
||||
* @param split 被转换的值
|
||||
* @param str 被转换的值
|
||||
* @return 结果
|
||||
*/
|
||||
public static Integer[] toIntArray(String split, String str)
|
||||
@@ -370,7 +370,7 @@ public class Convert
|
||||
* 转换为String数组<br>
|
||||
*
|
||||
* @param split 分隔符
|
||||
* @param split 被转换的值
|
||||
* @param str 被转换的值
|
||||
* @return 结果
|
||||
*/
|
||||
public static String[] toStrArray(String split, String str)
|
||||
|
Reference in New Issue
Block a user