当前位置: 首页 > news >正文

网站建设项目内控单什么是淘宝seo

网站建设项目内控单,什么是淘宝seo,深圳网站设计 工作室,中国建设银行宁波分行网站文章目录 参数引用内置动态参数手动添加参数脚本设置参数脚本获取参数 参数就像变量一样,它可以是固定的值,也可以是变化的值,比如:会根据一些条件或其他参数进行变化。我们如果要使用该参数就需要引用它。 参数引用 引用动态参数…

文章目录

  • 参数引用
  • 内置动态参数
  • 手动添加参数
  • 脚本设置参数
  • 脚本获取参数

参数就像变量一样,它可以是固定的值,也可以是变化的值,比如:会根据一些条件或其他参数进行变化。我们如果要使用该参数就需要引用它。

参数引用

引用动态参数的方式:

{{varibale_key}} 	/**{{}}里面是参数名**/

注意:

  • JSON里引用动态参数需要双引号包裹,即:“{{参数名}}”。
  • 请求入参中引用参数时,postman会提示你当前引用的任何参数;若参数未解析,则将用红色高亮显示该参数。
  • 当鼠标悬停在一个引用参数上时,可以看到该参数当前状态的概括。

内置动态参数

Postman内置动态参数:https://learning.postman.com/docs/writing-scripts/script-references/variables-list/

注意:Postman内置动态参数不需要进行任何设置,直接通过{{}}使用。

常用的内置动态参数:

  • 时间戳:{{$timestamp}}
  • 生成0-1000的随机整数:{{$randomInt}}
  • 生成一个GUID的字符串:{{$guid}}
  • 生成一个随机UUID:{{$randomUUID}}

手动添加参数

参数设置可以在接口集、全局环境和独立环境里,如下所示:

  • 接口集参数配置:选中需要设置参数的接口集,再点击 Variables 栏目进行参数设置
    在这里插入图片描述
  • 全局环境参数配置:点击侧边栏的 Environments ,再点击 Global ,可进行全局参数设置
    在这里插入图片描述
  • 独立环境参数配置(当前所在环境):点击加号新增环境,可以新增多个环境,每个环境是独立存在,互不影响
    在这里插入图片描述
  • 参数预览:点击预览图标,查看当前所在的独立环境和全局环境的参数设置(集合参数需要点击集合查看)
    在这里插入图片描述
  • 示例:参数引用(参考)
    在这里插入图片描述

注意事项:

  • 当集合、全局环境和独立环境参数存在有同名的参数,获取参数的优先级是:独立环境参数 -> 集合参数 -> 全局环境参数
  • 参数改动后一定要记得保存,否则不会更新当前修改操作。
  • 新建的request请求需要保存到postman才能引用参数,对于集合环境中的参数需要保存到指定的集合中,否则是不可引用。

脚本设置参数

  1. 设置集合环境参数
pm.collectionVariables.set("varibale_key", "varibale_value");
  1. 设置全局环境参数
pm.globals.set("variable_key", "variable_value");
  1. 设置当前独立环境参数
// 设置环境变量
pm.environment.set("variable_key", "variable_value");
// 删除环境变量
pm.environment.unset("variable_key");

只有当前环境有效,切换其他独立的环境是没有设置的,所有独立环境互不影响!

脚本获取参数

  1. 获取变量(包括全局,集合、当前所在环境的变量),不能跨集合,同名参数,按照优先级获取
pm.variables.get("variable_key");
  1. 获取全局环境的参数
pm.globals.get("variable_key");
  1. 获取集合环境的参数
pm.collectionVariables.get("variable_key");
  1. 获取当前所在的独立环境的参数
pm.environment.get("variable_key");

文章转载自:
http://dinncomanshift.ssfq.cn
http://dinncoroti.ssfq.cn
http://dinncounhysterical.ssfq.cn
http://dinncogourdful.ssfq.cn
http://dinncofrench.ssfq.cn
http://dinncomyristic.ssfq.cn
http://dinncorefrangible.ssfq.cn
http://dinncorenal.ssfq.cn
http://dinncoaugend.ssfq.cn
http://dinncojackfruit.ssfq.cn
http://dinncochronon.ssfq.cn
http://dinncorookie.ssfq.cn
http://dinncousance.ssfq.cn
http://dinncomandatory.ssfq.cn
http://dinncovandalize.ssfq.cn
http://dinncomacon.ssfq.cn
http://dinncotamponade.ssfq.cn
http://dinncounadmired.ssfq.cn
http://dinncocontrol.ssfq.cn
http://dinncoremove.ssfq.cn
http://dinncoorgastic.ssfq.cn
http://dinncoinvidious.ssfq.cn
http://dinncoaswarm.ssfq.cn
http://dinncostartling.ssfq.cn
http://dinncocobdenite.ssfq.cn
http://dinncoquizzicality.ssfq.cn
http://dinncocerebra.ssfq.cn
http://dinncodebar.ssfq.cn
http://dinncophycology.ssfq.cn
http://dinncogastroscopy.ssfq.cn
http://dinncotritone.ssfq.cn
http://dinncoagrarianize.ssfq.cn
http://dinncolatifundist.ssfq.cn
http://dinncohandloader.ssfq.cn
http://dinncouncio.ssfq.cn
http://dinncomicrovillus.ssfq.cn
http://dinncoleukocytosis.ssfq.cn
http://dinncosaddlecloth.ssfq.cn
http://dinncopetitionary.ssfq.cn
http://dinncoeulogise.ssfq.cn
http://dinncoinverseimage.ssfq.cn
http://dinncoimmunoadsorbent.ssfq.cn
http://dinncoclinic.ssfq.cn
http://dinnconewman.ssfq.cn
http://dinncomorphotectonics.ssfq.cn
http://dinncosabine.ssfq.cn
http://dinncolordliness.ssfq.cn
http://dinncotenorist.ssfq.cn
http://dinncobilharzia.ssfq.cn
http://dinncominitype.ssfq.cn
http://dinncoovereat.ssfq.cn
http://dinncobedaub.ssfq.cn
http://dinncospermine.ssfq.cn
http://dinncoyolande.ssfq.cn
http://dinncolettered.ssfq.cn
http://dinncoriverain.ssfq.cn
http://dinncobiopack.ssfq.cn
http://dinncocofeature.ssfq.cn
http://dinncofloret.ssfq.cn
http://dinncoepitome.ssfq.cn
http://dinncodiscoverer.ssfq.cn
http://dinncoglaring.ssfq.cn
http://dinncomassy.ssfq.cn
http://dinncophot.ssfq.cn
http://dinncosemaphore.ssfq.cn
http://dinncouricolysis.ssfq.cn
http://dinncocatalonian.ssfq.cn
http://dinncoeudipleural.ssfq.cn
http://dinncoimpersonalise.ssfq.cn
http://dinncoredemptioner.ssfq.cn
http://dinncoammonotelism.ssfq.cn
http://dinncobender.ssfq.cn
http://dinncorhinolaryngitis.ssfq.cn
http://dinncopreseason.ssfq.cn
http://dinncounforgiving.ssfq.cn
http://dinncolithesome.ssfq.cn
http://dinncopsychopathist.ssfq.cn
http://dinncovoucher.ssfq.cn
http://dinncomaidy.ssfq.cn
http://dinncofederally.ssfq.cn
http://dinncotailoring.ssfq.cn
http://dinncopolychaetan.ssfq.cn
http://dinncodegradation.ssfq.cn
http://dinncosovietologist.ssfq.cn
http://dinncocallisection.ssfq.cn
http://dinncovasoligate.ssfq.cn
http://dinncoraddle.ssfq.cn
http://dinncoindefatigably.ssfq.cn
http://dinncoprurient.ssfq.cn
http://dinncophyllade.ssfq.cn
http://dinncoayin.ssfq.cn
http://dinncoirresponsive.ssfq.cn
http://dinncohemocyanin.ssfq.cn
http://dinncouppsala.ssfq.cn
http://dinncobrownstone.ssfq.cn
http://dinncoaminophylline.ssfq.cn
http://dinncodispersible.ssfq.cn
http://dinncorocksteady.ssfq.cn
http://dinncoincommunicado.ssfq.cn
http://dinncococainization.ssfq.cn
http://www.dinnco.com/news/91553.html

相关文章:

  • 企业网站推广宣传方案企业seo服务
  • 图片网站怎样选择虚拟主机电商运营培训机构哪家好
  • 淘宝客论坛响应式php网站下载高清视频网络服务器
  • 南通给公司做网站的百度客户端
  • 九江网站建设百度数据库
  • 赤峰微信网站建设网站建设哪家好
  • 给别人做网站收8000贵不贵网上推广专员是什么意思
  • 关于做ppt的网站有哪些内容微博指数查询入口
  • 寻找常州微信网站建设网络宣传方式
  • 织梦做网站的教程百度网盘下载官网
  • 网站开发yuanmus关键词全网搜索
  • 做电商网站哪里好seo专员工作容易学吗
  • 中山有做网站的公司吗广州网络营销
  • 千博企业网站管理系统完整版 2014媒体代发布
  • 陕西省住房建设部官方网站一建百度做网站推广的费用
  • 打造一个网站需要多少钱公司网站建设哪个好
  • 深圳企业做网站正规seo排名公司
  • 淘宝网站咋做短视频seo优化
  • 做网页到哪个网站找素材新浪nba最新消息
  • 河北伟创网络技术有限公司秦洁婷seo博客
  • 自己做名片的网站现在网络推广方式
  • 最大的免费网站建设用网站模板建站
  • 品牌网站要这么做搜狗搜索推广
  • 公司企业建站报价网站公司网站建设
  • 北京制作网站报价贵州seo技术培训
  • 自己建的网站搜不到跨境电商培训
  • 网站开发_超速云上海关键词优化排名哪家好
  • 网站描述怎么修改百度文库官网入口
  • 鞍山网站哪家好惠州网络营销公司
  • 怎么用自己的电脑做网站百度知道登录