摘要: https://github.com/Laravelium/laravel-sitemap add the following to your composer.json file : For Laravel 5.7 "laravelium/sitemap": "3.0.*" For Laravel 阅读全文
posted @ 2018-12-27 18:53 心之所依 阅读(714) 评论(0) 推荐(0)
摘要: $str="你好<我>(爱)[北京]{天安门}"; echo f1($str); //返回你好 echo f2($str); //返回我 echo f3($str); //返回爱 echo f4($str); //返回北京 echo f5($str); //返回天安门 function f1($st 阅读全文
posted @ 2018-12-27 11:41 心之所依 阅读(1608) 评论(0) 推荐(0)