将一些HTML替换掉 eg: strContent=strContent.Replace("&","&amp"); strContent=strContent.Replace("'",
将一些HTML替换掉 eg: strContent=strContent.Replace("&","&amp"); strContent=strContent.Replace("'
<!-- 把下列代码加到<body>区域中 --> <form name="welcomeform" method="post" action="welcome.ph
<!-- 把下面代码加到<body>区域中 --> <fieldset style="width:500;height:50"><legend>效果显示
<HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME="Generator" CONTEN
<html> <head> <STYLE>BODY { FONT-SIZE: 10pt; CURSOR: default; COLOR: rgb
using System.Text.RegularExpressions;//需要引用 // 利用正则表达式去掉"<"和">"之间的内容 private string Stri
把下面代码加入到你的html代码的body区域或者head区域内都可以! <SCRIPT language=javascript> for(i=0;i<1;i++){
养成文章分段的好习惯建议用p标签给文章分段,代码如是:<p>文章正文</p>.值得一提的是很多网页都没有首行缩进的习惯,有的最多也是在编辑器下敲几个空格,这里给出用css的