css代码格式化清理工具

来源:岁月联盟 编辑:zhu 时间:2008-09-23
css代码格式化清理工具内容简介:!DOCTYPE HTML PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd html xmlns=http://www.w3.org/1999/xhtmlhead title CSS 代码格式 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>


<title> CSS 代码格式化工具 </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
a {color:blue; font-size:12px}
textarea {width:100%; height:300px; display:block; margin:10px 0; font-size:12px}
input {font-size:12px}
</style>
<script type="text/javascript">
<!--
function formatCSS(n){
var c = document.getElementById("abc");
var d = document.getElementById("def");
var v = c.value;
if (n==1){
d.value = v.replace(//r/n/g,"").replace(

图片内容