platform.bib格式不对弹出错误

platform.bib语法不对时,在编译时也会弹出错误,如添加注释时,不小心没写屏蔽符号,

会弹出如下错误:

Error: Incorrect number of tokens found parsing file
  found: 'end'  'masked.' 

造成上述错误的原因是注释字符"end masked"没有屏蔽,屏蔽即可。

你可能感兴趣的:(File,Parsing)