62,257
社区成员
发帖
与我相关
我的任务
分享
public partial class Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
public string test(string APageLoadTime,string AJS_IP, string AJS_Address, string AJS_LINE)
{ return APageLoadTime+AJS_IP;}
}