浏览器模拟测试URL参数设置:正确输入方式解析
已知网络请求时url参数值是https://www.test.com, data参数值是key:'123456',以及location:'shanghai',那么用浏览器模拟测试时地址栏需要输入以下何种内容?
A. https://www.test.com?key=123456&location=shanghai
B. https://www.test.com/key=123456,location=shanghai
C. https://www.test.com/key=123456&location=shanghai
D. https://www.test.com?key=123456,location=shanghai
答案:C
原文地址: https://www.cveoy.top/t/topic/nOw6 著作权归作者所有。请勿转载和采集!