{% extends base %} {% block init_vars_block %} {% init show_right = False %} {% end %} {% block head %} {% end %} {% block body %}
{% set title = "16进制转换器" %} {% include "common/title/base_title.html" %}
{% include tools/text_tab.html %}

hex格式省略0x, 比如'hello'写成16进制为68656c6c6f

{% end %}