摘要: <?php// 将文本中的年份增加一年.$text = "April fools day is 04/01/2002\n";$text.= "Last christmas was 12/24/2001\n";// 回调函数function next_year($matches){ // 通常: $m 阅读全文
posted @ 2017-11-05 13:11 在下刘彦直 阅读(166) 评论(0) 推荐(0) 编辑