标题:dreamweaver如何批量转换把html代码改成服务器的写法
取消只看楼主
liaohongchu
Rank: 1
等 级:新手上路
帖 子:133
专家分:0
注 册:2008-4-25
结帖率:78.72%
已结贴  问题点数:15 回复次数:1 
dreamweaver如何批量转换把html代码改成服务器的写法
如何下面的那样
dreamweaver如何批量转换把html代码改成服务器的写法
就是把html代码改成服务器的写法
如果是手写的话好像太慢了 也很烦点
有更好的方法实现吗?
<table width="100%" border="0" cellspacing="4" cellpadding="0">
<tr>
    <td style="padding-left:12px">
    <img src="/img/ad/001.jpg" border=0>
    </td>
</tr>
<tr>
    <td style="padding-left:12px">
    <img src="/img/ad/003.jpg" border=0>
    </td>
</tr>
</table>

<%
Inxfun = Inxfun & " <table width=""100%"" border=""0"" cellspacing=""4"" cellpadding=""0"">"& vbcrlf
Inxfun = Inxfun & " <tr>" '发行
Inxfun = Inxfun & "    <td style=""padding-left:12px"">"& vbcrlf
Inxfun = Inxfun & "    <img src=""/img/ad/001.jpg"" border=0>"& vbcrlf
Inxfun = Inxfun & "    </td>"& vbcrlf
Inxfun = Inxfun & " </tr>"& vbcrlf
Inxfun = Inxfun & " <tr>" '发行
Inxfun = Inxfun & "    <td style=""padding-left:12px"">"& vbcrlf
Inxfun = Inxfun & "    <img src=""/img/ad/003.jpg"" border=0>"& vbcrlf
Inxfun = Inxfun & "    </td>"& vbcrlf
Inxfun = Inxfun & " </tr>"& vbcrlf
Inxfun = Inxfun & " </table>"& vbcrlf
%>
搜索更多相关主题的帖子: 代码 html 批量 dreamweaver 服务器 
2009-10-19 23:57
liaohongchu
Rank: 1
等 级:新手上路
帖 子:133
专家分:0
注 册:2008-4-25
得分:0 
那么还有其他方法实现吗 要手写才可以吗
2009-10-21 08:45



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-289188-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.169492 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved