mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
UrlQuery增加setStrict方法,区分是否严格模式
This commit is contained in:
parent
810924d362
commit
1527d6e27c
@ -154,9 +154,11 @@ public class UrlQuery {
|
|||||||
* 设置是否严格模式
|
* 设置是否严格模式
|
||||||
*
|
*
|
||||||
* @param strict 是否严格模式
|
* @param strict 是否严格模式
|
||||||
|
* @return this
|
||||||
*/
|
*/
|
||||||
public void setStrict(final boolean strict) {
|
public UrlQuery setStrict(final boolean strict) {
|
||||||
isStrict = strict;
|
isStrict = strict;
|
||||||
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user