gpt4 book ai didi

javascript - 无法调用 Underscore.String 函数 `lpad`,错误为 `Uncaught TypeError: _.lpad is not a function`

转载 作者:行者123 更新时间:2023-12-03 06:39:54 25 4
gpt4 key购买 nike

我想调用函数_.lpad('1', 2, '0')但 chrome 告诉我 Uncaught TypeError: _.lpad is not a function 。我已经将脚本标记包含在 HTML 文件中,如下所示。

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/underscore.string/3.3.4/underscore.string.min.js"></script>

如果我打电话console.log(_) ,它告诉我:

>console.log(_)
function (n){return n instanceof m?n:this instanceof m?void(this._wrapped=n):new m(n)}

你能告诉我原因以及如何解决吗?

最佳答案

s.lpad('1', 2, '0')

下划线.string在浏览器中导出为window.s

关于javascript - 无法调用 Underscore.String 函数 `lpad`,错误为 `Uncaught TypeError: _.lpad is not a function`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38007002/

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