Typecho实现评论显示操作系统和评论来源
首先打开 functions.php 文件,粘贴下面的代码// 获取浏览器信息
function getBrowser($agent)
{
if (preg_match('/MSIE\s([^\s|;]+)/i', $agen...
•代码
0