pageplug
pageplug copied to clipboard
Url中有参数写的是大写,获取到的是小写,如何获取到原始的内容
Is there an existing issue for this?
- [X] I have searched the existing issues
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