文章分类 -  Php

摘要:实现代码如下: $str = "&#36152&#26131&#32463&#27982";echo recode($str);function recode($str){$str = preg_replace("|&#([0-9]{1,5})|", "\".u2utf82gb(\\1).\"", $str);$str = "\$str=\"$str\";";eval($str);return ... 阅读全文
posted @ 2005-09-08 09:11 小强(占卜师) 阅读(544) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2005-08-11 09:41 小强(占卜师) 阅读(614) 评论(2) 推荐(0)