asp23 asp.net里面base標(biāo)簽是用來干什么的?
asp.net里面base標(biāo)簽是用來干什么的?用于指定父類。此關(guān)鍵字用于表示當(dāng)前類。Base用于表示父類,例如類A的兩個類,類BclassB inherit from classA,類b inheri
asp.net里面base標(biāo)簽是用來干什么的?
用于指定父類。此關(guān)鍵字用于表示當(dāng)前類。Base用于表示父類,例如類A的兩個類,類BclassB inherit from classA,類b inherit from classA,以及名為classA的方法中的classB,可以使用以下格式:Base。方法名稱。