def selectItem(a):
curItem = tree.focus()
print tree.item(curItem)
它返回壹個字典類型的集合,妳只要遍歷字典就可以把妳需要的值取出來。。。