How do I retrieve the locale-specific date format string in Flex / ActionScript 开发者_如何学Go3?I am unable to find a method to return the actual format string (that which specifies the date format)
目录0. 学习目标1. 跳表的基本概念1.1 跳表介绍1.2 跳表的性能1.3 跳表与普通链表的异同2. 跳表的实现2.1 跳表结点类2.2 跳表的初始化2.3 获取跳表长度2.4 读取指定位置元素2.5 查找指定元素2.6 在跳表中插入新元素2