文章分类 - Php
摘要:实现代码如下: $str = "贸易经济";echo recode($str);function recode($str){$str = preg_replace("|&#([0-9]{1,5})|", "\".u2utf82gb(\\1).\"", $str);$str = "\$str=\"$str\";";eval($str);return ...
阅读全文
摘要:1、安装工具 eclipse3.1 http://eclipse.cdpa.nsysu.edu.tw/downloads/drops/R-3.1-200506271435/eclipse-SDK-3.1-win32.zip phpEclipse1.1.6 http://surfnet.dl.sourceforge.net/sourceforge/phpeclipse...
阅读全文