摘要:
// 读取图片文件到内存 std::ifstream file(img.toStdString(), std::ios::binary); std::vector<char> buffer((std::istreambuf_iterator<char>(file)), std::istreambuf 阅读全文
posted @ 2023-05-09 10:12
Zcb0812
阅读(335)
评论(0)
推荐(0)
浙公网安备 33010602011771号