Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Django 构建图像处理网站。我已经想出了如何上传图像,但我不确定如何调用 C++ 库来处理图像。
我尝试使用CType调用 C++ 库,但该链接仅说明了如何在控制台模式下调用库。我如何将结果放入网页?
我已经 在 github 上上传了最小的示例。
我如何将结果放入网页?
就像你一直做的那样。Python是Python;添加ctypes和/或 Django 并不会改变这一点。
ctypes