print ("[05]: Type is %s" % type(no)). packNo = struct.pack('f', no). print("[08]: Type is %s, packNo is %s" % (type(packNo), packNo)).
確定! 回上一頁