摘要:
let emptyList = []let oneItem = "one" ::[]let twoItem = "one" :: "two" ::[] let shortHand = ["apples" ; "orange"] let twoLists = twoItem @ shortHand let objList = [box 1 ; box 2.0 ; box "three"] for x... 阅读全文
posted @ 2010-07-23 15:02
飞林沙
阅读(464)
评论(0)
推荐(0)
浙公网安备 33010602011771号