{% extends wide_base %} {% block head %} {% end %} {% block body %}
{% set title = "URL编解码" %} {% include "tools/base_title.html" %}
{% include tools/text_tab.html %}

encodeURI

encodeURIComponent

{% end %}