UG二次开发-调用篇:API获取电脑系统相关信息
API获取电脑系统相关信息static void do_api(){UF_system_info_t sysinfo;UF_ask_system_info(&sysinfo);vector<string> info;char msg[256+1] = " ";sprintf(msg,"日期 : %s\n",sysinfo.date_buf);info.push_back(msg);sprintf(msg,&quo