MCPcopy Create free account
hub / github.com/Martin404/PayMap / parseQuery

Method parseQuery

src/main/java/com/hugnew/core/util/StringUtil.java:1240–1281  ·  view source on GitHub ↗

解析字符串返回map键值对(例:a=1&b=2 => a=1,b=2) @param query 源参数字符串 @param split1 键值对之间的分隔符(例:&) @param split2 key与value之间的分隔符(例:=) @param dupLink 重复参数名的参数值之间的连接符,连接后的字符串作为该参数的参数值,可为null null:不允许重复参数名出现,则靠后的参数值会覆盖掉靠前的参数值。 @return map

(String query, char split1, char split2, String dupLink)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.95

Tested by

no test coverage detected