2008-6-2 15:28
ccjh2009
代码怎样简写?
System.useCodepage = true;
localConn.connect("localName");
myText.html = true;
myText.border = true;
myText.wordWrap = true;
myText.multiline = true;
myLoadVars = new LoadVars();
myLoadVars.onLoad = function() {
// the data is loaded in the myLoadVars object as a property of the object
myText.htmlText = myLoadVars.back[color=Red]0[/color]4
};
myLoadVars.load("shortphoto/loadHtml.txt");
这是其中一段代码,如果back从[color=Red]0[/color]1--40,该怎样写?