摘要: 如何利用C++扩展python import os from setuptools import setup from setuptools import Extension # your compiler args cpp_args = ['/std:c++latest', '/O2'] # yo 阅读全文