eval
评估
常用释义
英音[ ɪˈvæl ]
美音[ ɪˈvæl ]
基本释义
- abbr. 评估,评价(evaluation)
- n. (Eval)(美、巴)埃瓦尔(人名)
例句
-
1·Listing 2: Using eval to trap errors.清单2:使用eval来捕获错误。
-
2·Eval has aliases.eval有别名。
-
3·Loading JSON into memory is one eval call away.将JSON装载到内存只需一个eval调用。
-
4·That is the reason we use the eval function.这就是我们使用eval函数的原因。
-
5·Perl provides the eval function for that purpose.Perl为此提供了eval函数。
-
6·Added a simplistic eval support, you can do on your config.添加了一个很简单的计算(Eval)支持,你能进行配置。
-
7·Some features, such as the eval are also not supported.eval等特性现在也不支持。
-
8·The most common is using its read-eval-print-loop (REPL).其中最常用的一种方法是使用它的 REPL(read-eval-print-loop)。
-
9·Without the conversion, the eval function basically does nothing.无需转换的话,eval 函数基本上不做任何事情。
-
10·Avoiding use of the eval function to process a block of JSON data.避免使用eval函数来处理JSON数据块。