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
Url中有参数比如 username=ZhangSan,用appsmith.URL.queryParams.username获取到的是zhangsan,都变成了小写,是什么原因呢?如何保证获取到的是原来的大小写呢?
用appSmth的链接 后面添加上参数username=ZhangSan; 在API中新建一个函数,获取url中的参数const userName=appsmith.URL.queryParams.username
No response
Production
1.9.35
The text was updated successfully, but these errors were encountered:
这个我们记录下,应该可以作为一个优化的点
Sorry, something went wrong.
问一下,优化的话,大概什么时候好呢?
No branches or pull requests
Is there an existing issue for this?
Description
Url中有参数比如 username=ZhangSan,用appsmith.URL.queryParams.username获取到的是zhangsan,都变成了小写,是什么原因呢?如何保证获取到的是原来的大小写呢?
Steps To Reproduce
用appSmth的链接 后面添加上参数username=ZhangSan;
在API中新建一个函数,获取url中的参数const userName=appsmith.URL.queryParams.username
Public Sample App
No response
Environment
Production
Issue video log
No response
Version
1.9.35
The text was updated successfully, but these errors were encountered: