Cmd. __init__ (self) self. do_hello (self) #一開始就執行 hello 命令 ,打招呼 self. prompt = '=> ' #設定提示字元的符號 def do_hello (self, arg) ...
www.alarmchang.com