整形轉字符,stm32不支持標準的itoa,這裏自己實現char *myitoa(int value, char *string, int radix) { int i, d; int flag =
確定! 回上一頁