/** * 获取GET提交的参数 * @return JSON格式 * @author Terry */ function getArgs(){ var args = {}; var match = null; var search = decodeURIComponent(location.search.substring(1)); var reg = /(?:([^&]+)=([^&]+))/g; while((match = reg.exec(search))!==null){ ar…
关键字:Set Variable Get Json Value to json Get From Dictionary 具体关键字用法不再说明,可百度一下: 例:下面是某一个请求页面Response返回的数据,如下: {"id":"1496654252","code":0,"msg":"ok","data":{"tag_list&q…