摘要: #include <Windows.h> // 写入剪贴板 void CopyToClipboard(const char* pData, int length) { if (OpenClipboard(NULL)) { UINT uFormat = RegisterClipboardFormat( 阅读全文
posted @ 2025-08-01 09:43 快雪 阅读(9) 评论(0) 推荐(0)