我先建立WebForm3.aspx,然后建立WebForm4.aspx,将WebForm4的C#代码改为public class WebForm4 : WebForm3,将脚本改为<%@ Page language="c#" Codebehind="WebForm4.aspx.cs" AutoEventWireup="false" Inherits="TryWeb.WebForm3" %>, 但是WebForm4始终没有WebForm3的界面,这种继承怎么回事?