HtmlGenericControl JsControl =
new
HtmlGenericControl(
"script"
);
JsControl.Attributes.Add(
"type"
,
"text/javascript"
"src"
, url);
page.Header.Controls.Add(JsControl);
by: 发表于:2017-10-31 11:01:16 顶(0) | 踩(0) 回复
??
by: 发表于:2017-10-31 11:01:16 顶(0) | 踩(0) 回复
??
回复评论