在test.aspx中,有js变量定义
var a = 100;
那么在test.aspx.cs怎么调用这个变量
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "aa", "怎么调用变量a", true);