pageplug icon indicating copy to clipboard operation
pageplug copied to clipboard

Url中有参数写的是大写,获取到的是小写,如何获取到原始的内容

Open Cathy-Liu24 opened this issue 6 months ago • 2 comments

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

Cathy-Liu24 avatar Aug 12 '24 09:08 Cathy-Liu24