摘要: 想知道某类中的所有成员变量和函数 for temp in dir(request):     print temp 阅读全文
posted @ 2009-11-10 14:28 Fan Zhang 阅读(81) 评论(0) 推荐(0)