摘要: 后台代码//后台调用前台js代码 addAClass()函数 注意:addAClass()一定要写在head里不然可能读不到 ScriptManager.RegisterStartupScript(this, this.GetType(), "edit", "addAClass();", true);前台 阅读全文
posted @ 2014-03-19 13:53 樱花飞落ll 阅读(977) 评论(0) 推荐(0)