尸气帅照
(别告诉老师)
[点赞拿图]
老师传送门
关注我(会回关)
@徐熊猫
附赠代码(运行有惊喜)(要用DEV-C++):
//
#include <windows.h> // 基础Windows API头文件
#include <shellapi.h> // 包含ShellExecuteA函数声明
// 链接shell32.lib库,VS编译器专用(其他编译器可在链接选项中手动添加)
#pragma comment(lib, "shell32.lib")
int main() {
// 要打开的网页URL(支持http/https/本地html文件路径)
const char* url = "https://attach.acgo.cn/picture/dcdb4c78a3344aa1b311fa95e7927561.jpg";
}