Brave Heart

--搞技术,最重要的是思考和实践,每天多想几分钟,进步就会多一点,快一点......
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年12月8日

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1$("#btnGo").bind("click",function(e){2e.preventDefault();3varurl="%=Url.Action("Index","Editor",new{pageno="{0}"})%";4url=decodeURIComponent(url).replace("{0}",$("#txtGoto").val());5//alert(url);6w 阅读全文

posted @ 2010-12-08 12:21 Brave Heart 阅读(147) 评论(0) 推荐(0) 编辑