这个居然也可以python >>>geturl()["a"]

def geturl():
    return {"a":35}
print(geturl()["a"])
35

原文地址:https://www.cnblogs.com/DDBD/p/12060773.html