hex (x) 回傳整數參數x 的十六進位字串,舉例如下 print(hex(0)) print(hex(255)) print(hex(-65536)) #《程式語言教學誌》的範例程式# http://kaiching.org/ # 檔 ...
確定! 回上一頁