開發平台(Platform): (Ex: VC++, GCC, Linux, ...) 小弟最近想用c語言來作下列的功能 但目前苦無想法,請各位大大指點 目前有一個123.txt的檔案 123.txt內容如下 first = 12345 second = 54321 我目前想要用c所達到的功能如下 使用者想要first的值為hi 所以要讀123.txt的內容且將first = 12345 改成 first = hi 再寫檔到123.txt變成 first = hi second = 54321 謝謝