📜  postman 环境变量 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:02.798000             🧑  作者: Mango

代码示例2
just like variables in Java. 
we can create variables in postman to reuse the value 
1.Global variables: accessible everywhere in same workspace 
2.Environment variables: accessible in selected environment 
3.Collection Variables: belong to the collection itself and 
only accessible within the collection