Flex Int转String

Categories: Flex; Tagged with: ; @ April 24th, 2009 8:46

打印ABCD:

            	for(var i:int = 65; i < 69; i++) {
            		trace(String.fromCharCode(i));
            	}

结果:

A

B

C

D

<->



// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.