【发布时间】:2022-01-08 11:03:45
【问题描述】:
我有一个这样的网页开始:
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>France : carte paysagère</title>
<meta name="description" content="Nouvelle carte avec indications utiles pour le voyage et le tourisme." />
我有很多页面,所以有没有办法自动化诸如 a
http://mappingforyou.eu/france 的标题为“France : carte paysagère” http://mappingforyou.eu/ukir 的标题为“UK/Ireland:landscape map”
等等。描述相同。
谢谢..
【问题讨论】:
-
使用原版 javascript:stackoverflow.com/a/56553569/17716837