<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head><body>
</body>
</html>
<center><a href="http://www.123.com">文字</a></center><br>
<center><a href="http://www.123.com">文字</a></center><br>这段代码每次在生成页面的时候都会自动添加,我想把这个通过代码控制去掉它,或者不它这段代码运行。请各位高手支招!谢谢。
------解决方案--------------------
如果页面中其它地方没用到 <center>标签,可以<head> 里加
<style>
center{display:none}
</style>