※ 引述《busystudent (busystudent)》之铭言:
: 各位好,最近用for循环写了一只有自动挖掘资料的程式码,可是最后输出要呼叫另一只程式码时一直失败。
: 图文好读版 http://goo.gl/0DWEnn
: 举例
: 以下为a程式的输出
: 1. http://www.diigo.com/user/tony_swann/dict
: 2. http://goo.gl/gpOs2j
: 3. http://goo.gl/Shsur8
: 4. http://www.diigo.com/user/tony_swann/2
: 5. https://goo.gl/SzU7ig
想要这种长相?
myDict = {'http://www.diigo.com/user/tony_swann/dict'
:['http://goo.gl/gpOs2j','http://goo.gl/Shsur8']
,'http://www.diigo.com/user/tony_swann/2':['https://goo.gl/SzU7ig']
}
print(myDict.keys())
print(myDict['http://www.diigo.com/user/tony_swann/dict'])
====================================??