var m = new Marquee;
m.ID = document.getElementById("marquee");
m.Direction = 0;
m.Step = 1;
m.Width = 760;
// ......
m.Start(m, m.Timer, m.WaitTime, m.StopTime);
m.Start的参数好像都和m有关,可以省略掉?
var m = new Marquee;
m.ID = document.getElementById("marquee");
m.Direction = 0;
m.Step = 1;
m.Width = 760;
// ......
m.Start(m, m.Timer, m.WaitTime, m.StopTime);
内容版权声明:除非注明,否则皆为本站原创文章。