原创天空admin 9079次浏览 Warning: Undefined variable $post_id in /www/wwwroot/daokers.com/public_html/wp-content/themes/Git-finally/functions.php on line 1459 已收录0个评论
function isMatch(str1,str2)
{
var index = str1.indexOf(str2);
if(index==-1) return false;
return true;
}
if (isMatch(window.location.hostname,’daokers.com’) == false){window.location.href=”https://www.daokers.com“;}