摘要: spammodule.c #include <Python.h> static PyObject * spam_system(PyObject *self, PyObject *args) { const char *command; int sts; if (!PyArg_ParseTuple(a 阅读全文
posted @ 2023-05-28 22:52 我的腹肌不见了 阅读(45) 评论(0) 推荐(0)