前面两节介绍了JSON和YAML,本文则对下面的文章做一个中英文对照翻译. Comparison between JSON and YAML for data serialization用于数据序列化的JSON和YAML之比较 Chapter 1 Introduction | 第一章 概述 This paper discusses and compares different serialization formats in computer science. In addition to a…
# coding=utf-8 import json import requests class TestApi(object): """ /* @param: @session ,@cookies the request can be divided into session request and cookie request according to user's own choice however,url and header is must ,other para…