摘要:
Table of Contents 1. Introduction 1.1. All About the Data 1.2. Data Collection 1.3. SSL in Depth 1.3.1. Vulnerability Testing 1.3.2. Version 1.3.3. Fo 阅读全文
摘要:
1 关于type type 函数可以查看一个对象的类 type 类是一切类型的模版 In [2]: type(1)Out[2]: int In [3]: type(int)Out[3]: type In [9]: type(type)Out[9]: type In [5]: type(object) 阅读全文