x=x.lower()#大小寫轉換. num=[] dic={} for i in x: if i.isdigit():#判斷如果為數字,請將a字串的數字取出,並輸出一個新的字串. num.append(i).
確定! 回上一頁