$tag = trim($_SERVER['QUERY_STRING']);换成
$tag = strtolower(trim($_SERVER['QUERY_STRING']));
注释:PHP strtolower() 函数 定义和用法 strtolower() 函数把字符串转换为小写。 语法 strtolower(string) 参数 描述 string 必需。规定要转换的字符串。
<?php echo strtolower("Hello WORLD!"); ?>输出:
hello world!
创始人微信
路漫漫其修远兮 吾将上下而求索添加创始人微信,一起交流心得
时间:2017年04月09日
时间:2019年04月10日
时间:2017年06月12日
时间:2017年01月13日
时间:2017年01月09日
评论