我是用Arduino IDE寫的,再擷取字串時遇到了問題,想請教一下。 ... void loop() { while(i<=3){ strncpy( A, msg , i); strncpy( B, msg+i, i); ...
確定! 回上一頁