a = "f0 f1 f2 f3 f4" print(a) print(bytes.fromhex(a)) print() b = "01 2345" print(b) ... 功能:示範Python 程式# 作者:張凱慶# 時間:西元2010 年12 月
確定! 回上一頁