摘要:
#include "stdafx.h" #include <iostream> using namespace std; bool uc_is_usb(char *devid) { return strlen(devid) > 3 && devid[0] == 'U' && devid[1] == 阅读全文
posted @ 2024-06-10 23:07
lydstory
阅读(43)
评论(0)
推荐(0)

浙公网安备 33010602011771号