gpt4 book ai didi

javascript - 关闭 goog.require。编译错误

转载 作者:行者123 更新时间:2023-11-29 19:57:37 34 4
gpt4 key购买 nike

我在我的项目中使用 Google 闭包库和编译器。

下一个字符串出现奇怪的错误:

if (!properties.name) {
throw {message: 'Widget name expected'};
}
properties.name = properties.name.toLowerCase();
goog.require('DOMless.' + properties.parent);

goog.require('DOMless.' + properties.parent);
// ERROR - Syntax error in JS String literal

怎么了?

最佳答案

goog.require 是 Closure 编译器的特定指令,将从脚本中删除。

因为它不被 JavaScript 引擎解释,我认为你不能使用字符串以外的东西作为参数。

关于javascript - 关闭 goog.require。编译错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15710662/

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