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.
这3个到底有什么区别?他们的目标不是将字符串转换为数据结构吗?
解析,或者更正式地说,句法分析,是分析由一系列标记组成的文本的过程。
词法分析或词法分析是将字符序列转换为标记序列的过程。
读取是从源获取数据并将其放入易失性存储器进行处理的过程。