<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title&…
using Itcast.Mall.Model; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; namespace Itcast.Mall.WebApp.Code { //AuthBasePage是自己新建的一个类,然后让这个类继承System.Web.UI.Page; public class AuthBasePage:Page…