摘要: 不多说,贴代码。using System;using System.Web.UI.HtmlControls;namespace webtest{ public partial class Aspx : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { //动态加载javascript HtmlGenericControl js = new HtmlGenericControl("script"); ... 阅读全文
posted @ 2013-05-31 11:10 编程小帆 阅读(653) 评论(0) 推荐(0) 编辑