unsigned char instuct[]="AT+CMGS=\""; unsigned char numinstuct[27]=NULL; strcpy(numinstuct,instuct); strcat(numinstuct,num); 这段代码在keil ...
確定! 回上一頁