这是什么格式http://www.stanford.edu/class/cs193p/vocabwords.txt
我可以使用以下代码导入它:
NSURL *wordURL = [NSURL URLWithString:@"http://www.stanford.edu/class/cs193p/vocabwords.txt"];
words = [[NSMutableDictionary dictionaryWithContentsOfURL:wordURL] retain];
在不知道它的名称的情况下,我无法找到有关这种格式的更多信息,并且正在努力找出它的名称:)