摘要: 一 简单函数和函数指针Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->defmyadd(a,b):returna+b;print(myadd(3,2));f=myadd;print(f(20,30));二 函数的默认参数Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->defresult(r= 阅读全文
posted @ 2009-09-07 22:10 iTech 阅读(1581) 评论(0) 推荐(0) 编辑