We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
utils 里面的 param2Obj 似乎无法处理带空格的param值,会把空格变加号。 加了一行 .replace(/+/g, ' ') 解决 请问这个是bug还是feature >.<
The text was updated successfully, but these errors were encountered:
有test case 例子么
Sorry, something went wrong.
https://jsfiddle.net/71tvs4op/6/
前提是空格是encode成加号的情况,https://stackoverflow.com/questions/2678551/when-to-encode-space-to-plus-or-20
这种情况发生的时候:我把列表栏位排序传的 +id 改为了 id ASC
我看了,的确没处理这种情况。
欢迎提pr。
十分感谢!
Successfully merging a pull request may close this issue.
utils 里面的 param2Obj 似乎无法处理带空格的param值,会把空格变加号。
加了一行 .replace(/+/g, ' ') 解决
请问这个是bug还是feature >.<
The text was updated successfully, but these errors were encountered: