Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只能想到 Peek() 和 ReadNoAdvance() atm,但我想知道是否有更好或标准的选项。
谢谢。
peek 是标准名称,以各种语言出现。
我见过 ReadAhead(),但我认为 Peek() 更标准。
在编写解析器时,我也经常使用lookahead.
lookahead