摘要: def display():#无参数 print("No") return # display() def callfun():#调用 print("2") display() return callfun() def message(name): #一个参数 print('Hello:'+name) return message('NanJing')#调用 message('Be... 阅读全文
posted @ 2017-12-26 21:37 需要GIS小工具找我 阅读(695) 评论(0) 推荐(0)