doduicms 手机和pc同步 链接处理
Posted DODUI
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了doduicms 手机和pc同步 链接处理相关的知识,希望对你有一定的参考价值。
sitem.aspx 加上 Session.Add("ismobile", "1");
string mobile = HttpContext.Current.Session["ismobile"] != null ? HttpContext.Current.Session["ismobile"].ToString() : "0";
if (mobile == "1")
SiteDomain = SiteDomain.Replace("www", "m");
str_temppath = SiteDomain + str_temppath.Replace("//", "/").Replace("//", "/");
string SiteDomain = getNewsDomain(NewsID);
string mobile = HttpContext.Current.Session["ismobile"] != null ? HttpContext.Current.Session["ismobile"].ToString() : "0";
if (mobile == "1")
SiteDomain = SiteDomain.Replace("www", "m");
以上是关于doduicms 手机和pc同步 链接处理的主要内容,如果未能解决你的问题,请参考以下文章