我正在尝试使用fgets从stdin中获得一行。这是我的代码 char* FENString; printf("Enter FEN Key: "); fgets(FENString, 50, stdin); FENString只有一个字符,这是换行 ...
確定! 回上一頁