选择不同皮肤,网站颜色不同
protected void Page_PreInit(object sender, EventArgs e)
{
string theme = "";
if (Page.Request.Form.Count > 0)
{
theme = Page.Request["Themes"].ToString();
if (theme == "Default")
{
theme = "";
相关下载链接:
//download.csdn.net/download/flybird12956312/1111116?utm_source=bbsseo