去掉mac地址橫線的python 腳本

因爲須要mac地址不帶橫線,因此寫了這麼幾行代碼。
input

a = raw_input("pls input MAC address:")
b = a.split("-")
c = ''.join(b)
print cit

相關文章
相關標籤/搜索