parse
英 [pɑːz]
美 [pɑːrs]
v. (对句子)作语法分析; 作句法分析
复数:parses 过去分词:parsed 现在分词:parsing 过去式:parsed 第三人称单数:parses
BNC.28472 / COCA.18644
牛津词典
verb
- (对句子)作语法分析;作句法分析
to divide a sentence into parts and describe the grammar of each word or part
柯林斯词典
- 对(句子)作语法分析
In grammar, if youparsea sentence, you examine each word and clause in order to work out what grammatical type each one is.
英英释义
verb
- analyze syntactically by assigning a constituent structure to (a sentence)
双语例句
- The method uses NumberFormat. parse ( String) for validation and conversion.
该方法使用NumberFormat.parse(String)来验证和转换。 - It's easy to read and parse.
它很容易读取和解析。 - You can store and archive entire e-form records, and parse data for later reuse.
可以对整个电子表单记录进行存储和存档,并对数据进行分析以便重用。 - This is another class that you need to write to parse C/ C++ files with CDT.
这是您需要创建以和CDT一起剖析C/C++文件的另一个类。 - To parse this within JavaScript requires use of the DOM model to access the components.
要在JavaScript中解析这个文件需要使用DOM模型访问各个组件。 - You can then parse the binary IDoc that has been routed using the IDoc passthrough mode.
然后,您就可以解析已经使用IDoc传送(passthrough)模式路由的二进制IDoc了。 - Then you could have your test automation read, parse, and use the data in this file.
然后您可以让您的测试自动化读取、解析和使用该文件中的数据。 - The Lucene QueryParser provides an easy way to parse query strings.
LuceneQueryParser提供了解析查询字符串的简单方法。 - Without SAX, DOM, or another XML parsing API, you cannot parse XML.
没有SAX、DOM或另一个XML解析API,则无法解析XML。 - This calls DOM to parse the XML into a memory based tree of XML elements.
这调用DOM来将XML解析为一个基于内存的XML元素树。
