#include <stdio.h> int main() { unsigned char buf[6]={0x00,0x07,0x11,0x60,0x61,0x66}; for(int i=0;i<6;i++) switch(buf[i]) { case 0x00 .
確定! 回上一頁