摘要: 添加HTML内容与文本内容以前用的是innerHTML与innerText方法,最近发现还有insertAdjacentHTML和insertAdjacentText方法,这两个方法更灵活,可以在指定的地方插入html内容和文本内容。insertAdjacentHTML方法:在指定的地方插入html标签语句 原型:insertAdajcentHTML(swhere,stext)参数:swhere:... 阅读全文
posted @ 2009-09-09 11:37 心道合一 阅读(480) 评论(0) 推荐(0) 编辑
摘要: [翻译]Asp.net生成高质量缩略图 原文:http://www.thebrainparasite.com/post/Creating-great-thumbnails-in-ASPNET.aspx使用ASP.NET内置的功能创建缩略图是非常方便和容易实现的。Code highlighting produced by Actipro CodeHighlighter (freeware)http:... 阅读全文
posted @ 2009-08-25 17:50 心道合一 阅读(531) 评论(2) 推荐(1) 编辑