万州区
html 表单提交过来的有些异常数据是这样的,怎么解密?
1
wangkun025 2021-07-03 17:51:19 +08:00 1
万州区
URL Encode and Decode |
2
markgor 2021-07-03 17:51:25 +08:00 1
万州区
html 实体编码 |
3
frozenway OP @markgor @wangkun025
php 怎么解密? ``` <?php echo htmlspecialchars_decode('万州区', ENT_QUOTES); ``` 解密不了 |
5
keepeye 2021-07-03 22:11:41 +08:00 1
<?php
echo html_entity_decode('万州区'); |