Appearance
TIP
返回值类型:Object
将json字符串转为json对象
${json.parse(resp.html)}
返回值类型:String
将对象转为json字符串
${json.stringify(resp.cookies)}