去掉mac地址横线的python 脚本

因为须要mac地址不带横线,因此写了这么几行代码。
input

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

相关文章
相关标签/搜索