【发布时间】:2011-12-26 12:02:21
【问题描述】:
我在每个要复制的 html 页面中都有一个代码,同时添加一些更改:
例子:
<title>Any text (even if includes :.,</title>
输出:
<title>Any text (even if includes :.,</title>
<meta name="description" content="Any text (even if includes :.,">
换句话说,它在标题标签之间接受任何内容,保持标题标签不变,然后在该行下方为描述标签添加另一行,它采用标题标签内的任何内容(这里是:
Any text (even if includes :.,
这是和标签内的所有内容。
谢谢,
附注我用notepdad+搜索和replaxe
【问题讨论】: