Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
也许这很明显,但我似乎无法解决这个问题:
我想在 POST json 正文中使用我的环境变量之一,但作为一个数字。如何将字符串变量转换为 int?
谢谢
格尔德
遗憾的是,您不能在 JSON 模式下执行此操作。所以最好的方法是转换回文本,并在文本中设置你的环境变量。此外,您可能想要手动设置 header Content-Type: application/json。
Content-Type: application/json