只爱一个人
(只爱一个人)
论坛元老
 
超级管理员
UID 29639
精华
0
积分 3782
帖子 1620
金钱 3782 喜悦币
威望 0
人脉 0
阅读权限 90
注册 2004-6-26
状态 离线
|
[推荐阅读] 上海招聘PHP技术人员(初级->中级->高级)还有其他职位
<?php $str = "<TD align=Center height='26'><img src=\"img/4.gif\" title=普通文章></TD><td> <a href='art_list.asp?cat_id=10'>『php编程』</a> <a href='showart.asp?cat_id=10&art_id=8978' Title='文章标题:PHP 中英文混合排版中处理字符串常用的函数
发表时间:2007-4-13 18:19:11
阅读次数:8次' target='_blank'>PHP 中英文混合排版中处理字符串常用的函数..</a></td><TD align=Center>8</TD>"; preg_match_all("/<a href='(showart.asp.*)?' title='(.*)?>(.*)?</a>?/is",$str , $newstr); print_r($newstr); ?>
|
|