代码之家  ›  专栏  ›  技术社区  ›  Dexter

在Objective-c中解析文件的最佳方法

  •  1
  • Dexter  · 技术社区  · 14 年前

    谢谢!

    2 回复  |  直到 14 年前
        1
  •  1
  •   Community CDub    8 年前

    您可以使用NSString和NSScanner,但我通常发现直接为纯ASCII文件使用C api更容易。

    例如:

    http://www.mrx.net/c/readfunctions.html

    http://bytes.com/topic/c/insights/657086-how-parse-file-c

    Parse config file in C/C++

        2
  •  0
  •   cfischer    14 年前

    以下课程是您的朋友:

    推荐文章