... the `gets' function is dangerous and should not be used. 問題出在程序中使用了gets ,Linux 下gcc編譯器不支持這個函數,解決辦法是使用fgets.
確定! 回上一頁