【发布时间】:2011-12-27 08:51:18
【问题描述】:
在 html 中,我需要将标题标签中的文本复制到新行,作为某个位置的 h1 标签。
例子:
<TITLE>any text here, including special characters like .,:- or whataever</TITLE>
输出将标题保留为as,然后在此下方添加一行:
在这一行下:
<font face="Arial"><span style="font-size: 14pt">
它增加了
<h1 align="center">any text here, including special characters like .,:- or whataever</h1>
我使用notepad++进行搜索和替换,但我认为它在这种情况下不起作用,所以请建议使用任何其他简单有效的Windows程序,如果有的话希望步骤..我需要编辑这个大量文件..
提前致谢,
【问题讨论】: