摘要:
DICTIONARIES AND HASHTABLES Creating and inspecting hashtables $user = @{ FirstName = "John"; LastName = "Smith"; PhoneNumber = "555-1212" } Enumerating hashtable $h = @{a=1; b=2; c=3} forea... 阅读全文
posted @ 2012-12-28 18:32
HelloWorld.Michael
阅读(155)
评论(0)
推荐(0)