摘要: innerText和innerHtml看字面也应该理解的了看看代码<head runat="server"> <title>无标题页</title> <script language="javascript"> function ok(){ var txt=new Array(); txt.push("<strong>"); txt.push("I am Strong"); txt.push("</strong>"); tx 阅读全文
posted @ 2010-01-27 09:44 Grace Dream 阅读(313) 评论(0) 推荐(0) 编辑