比较笨比的方式,先根据 ‘ ; ’ 拿数据,然后传数据进行有效性判断。 #include "stdio.h" #include "string.h" typedef struct { int x; int y; }coordinate_t; void move_dst(coordinate_t* position,char *str,int data_len) { if(...