文件可以在以下位置找到:
http://www.mediafire.com/?mhdbwy4gb4rfk4r
我有 :
alert(this.internal.questionIndex);
这将显示 0、1、2、3,具体取决于您的问题。
我现在想在每个问题上显示不同的图像。
if (this.internal.questionIndex === 0)
{
var myimg = new Element('img', {src:'images/q1.png'});
}
你这似乎不起作用,有什么想法吗?