摘要: 1.AS代码View Code 1 <?xml version="1.0" encoding="utf-8"?> 2 <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 3 xmlns:s="library://ns.adobe.com/flex/spark" 4 xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight=& 阅读全文
posted @ 2012-01-04 16:12 Carpe_Diem 阅读(983) 评论(0) 推荐(1) 编辑
摘要: Flex字符串处理汇总1.连接Flex字符串:连接Flex字符串指两个及两个以上的Flex字符串合并成为一个Flex字符串.1.1."+"操作符连接Flex字符串格式:Flex字符串1+Flex字符串2+...;//结果为"Thisworks"varexample:String="This"+"works";//结果为"Thereare24people"varattendance:int=24;varoutput:String="Thereare"+attendance+&q 阅读全文
posted @ 2012-01-04 10:18 Carpe_Diem 阅读(374) 评论(0) 推荐(0) 编辑