【发布时间】:2011-05-02 08:48:15
【问题描述】:
我从第 4 行的 Char 1 收到上述错误...不知道是什么原因造成的?我敢肯定它是一些我看不到的简单...
out = out + "<b>Select Box Information</b><br><br> The name of the select box is: skeletor. A play on the word selector.<br>"
out = out + "The options for the select box are, Default Value, Option 2, Option 3, Option 4 and Option 5.<br>"
out = out + "The values for each option, from top to bottom, are: " + lucy.skeletor.option(0) + ", "
out = out + lucy.skeletor.option(1) + ", " + lucy.skeletor.option(2) + ", " + lucy.skeletor.option(3)
out = out + ", " + lucy.skeletor.option(4) + ".<br><br>"
out = out + "The index of the first option in the select box is: 0. The location of the user-selected option is: " + lucy.skeletor.value + ".<br><br>"
【问题讨论】:
-
为了帮助您,我们必须知道
lucy、lucy.skeletor和lucy.skeletor.option是什么。该错误表明您尝试访问的两个属性之一不存在。 -
我们需要您提供更多信息。您还使用什么类型的插件或框架?
标签: javascript html rollout