gpt4 book ai didi

javascript - 如何在 Jint 中使用下划线函数

转载 作者:行者123 更新时间:2023-12-03 02:22:51 27 4
gpt4 key购买 nike

我正在使用 Jint 在我的 c# 项目中执行 javascript,并且我需要访问数组上的函数,例如 map、filter、reduce 等。从我在这里找到的内容来看,Jint 中不提供 native 数组函数,但是,Jint 包中包含 underscore.js,但如何访问它以使用 _.map() 等?

作为推论,我想对过滤器等函数中的条件使用箭头函数,但 Jint 目前提示 > 是意外字符。

我正在使用 v3.0.0-Beta-1138 nuget 包。

最佳答案

您不能使用箭头函数,因为它是 ES6 功能,而 Jint 提供 ES5

来自:https://github.com/sebastienros/jint

Jint is a Javascript interpreter for .NET which provides full ECMA 5.1 compliance

但是像 map 这样的数组函数应该在那里,检查这个答案也许这可能是你的问题:

Jint Array functions ECMA 5.1

关于javascript - 如何在 Jint 中使用下划线函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49081376/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com