在Firefox中,jsGettext库“ReferenceError:str未定义”

时间:2013-06-14 08:46:33

标签: javascript windows firefox gettext referenceerror

gettext.js库不起作用,当我运行"index.html"时,我得到"ReferenceError: str is not defined"

this.LCmessages[lang] = new jsGettext.Parse(str);

str变量来自何处?我该如何解决这个问题?

我在Firefox 21.0版本上使用了gettext.js版本0.1.0 - Windows 7 64位

请帮帮我。谢谢!

1 个答案:

答案 0 :(得分:0)

错误消息表明您没有定义要尝试解析的str变量。检查您是否已将其初始化。

那么你究竟想要实现什么目标?