Associative arrays
摘要:
The second way to create an associative array is to use the Array constructor (or the constructor of any dynamic class) and then use either the array access ( [] ) operator or the dot operator ( . ) t... 阅读全文
posted @ 2010-12-13 06:11 Morris 阅读(240) 评论(0) 推荐(0) 编辑