V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
frozenway
V2EX  ›  问与答

请问这个是什么编码的字符,怎么把它解密?

  •  
  •   frozenway · 2021-07-03 17:48:11 +08:00 · 1305 次点击
    这是一个创建于 999 天前的主题,其中的信息可能已经有所发展或是发生改变。
    万州区
    

    html 表单提交过来的有些异常数据是这样的,怎么解密?

    5 条回复    2021-07-03 22:11:41 +08:00
    wangkun025
        1
    wangkun025  
       2021-07-03 17:51:19 +08:00   ❤️ 1
    万州区

    URL Encode and Decode
    markgor
        2
    markgor  
       2021-07-03 17:51:25 +08:00   ❤️ 1
    万州区
    html 实体编码
    frozenway
        3
    frozenway  
    OP
       2021-07-03 18:50:16 +08:00
    @markgor @wangkun025
    php 怎么解密?
    ```
    <?php
    echo htmlspecialchars_decode('&#19975;&#24030;&#21306;', ENT_QUOTES);
    ```
    解密不了
    sycxyc
        4
    sycxyc  
       2021-07-03 19:28:38 +08:00   ❤️ 1
    @frozenway html_entity_decode
    keepeye
        5
    keepeye  
       2021-07-03 22:11:41 +08:00   ❤️ 1
    <?php
    echo html_entity_decode('&#19975;&#24030;&#21306;');
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1417 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 17:28 · PVG 01:28 · LAX 10:28 · JFK 13:28
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.