進位換算(Hex, Decimal)

    版本為 22:33, 20 Nov 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    16 進位轉 10 進位 (Hex to Decimal)

    Hex = 2F
    Decimal = 47

    echo $((0x2F))
    echo $((16#2F))
    

    16 進位 IP 轉換

    reference to undefined name 'syntax' Exception of type 'MindTouch.Deki.Script.Runtime.DekiScriptUndefinedNameException' was thrown. (click for details)
    Powered by MindTouch Core