2017-11-13 python-start ** 安装模块 使用pip安装包1234567pip install numpypython // 进入交互式命令行type(变量) // 查看变量的类型dir(variable) // 查看变量的属性hasattr(variable, attribute) // 查看变量是否有某种属性Ctrl+D // 退出交互式命令行 Newer python-numpy Older TCP