change_nicode_php转换nicode编码.php

change_nicode_php转换nicode编码.php


<?php /* php index.php 使用php转换nicode编码类似& #x674E;&# x665F; 把要转换的文件title.txt放到同级目录 */?>
<?php 
file_put_contents("./w.txt", html_entity_decode(file_get_contents("./title.txt")));
?>


注: 保存到 index.php即可



Teo

You must be logged in to post a comment