public class CommandUtils extends Object
CommandUtils()
static String[]
getArgs(String input)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CommandUtils()
public static String[] getArgs(String input)
示例:
输入:action "123abc" "456789" env
返回:["action", "123abc", "456789", "env"]
input
Copyright © 2023. All rights reserved.