UrlQuery增加setStrict方法,区分是否严格模式

This commit is contained in:
Looly
2023-05-28 12:21:03 +08:00
parent bcc21df50a
commit 18e73eaa3b
4 changed files with 45 additions and 1 deletions

View File

@@ -2,9 +2,10 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.20(2023-05-27)
# 5.8.20(2023-05-28)
### 🐣新特性
* 【core 】 UrlQuery增加setStrict方法区分是否严格模式issue#I78PB1@Gitee
### 🐞Bug修复