我的知识记录

网站给超链接默认添加rel="nofollow"标签

image

'href' : href,
'target' : $G("target").checked ? "_blank" : '_self',
'title' : $G("title").value.replace(/^\s+|\s+$/g, ''),
'rel': 'nofollow',
'_href':href

image

网站给超链接默认添加rel="nofollow"标签

标签:

更新时间:2026-03-12 10:58:00

上一篇:打开网站显示"No input file specifed"错误怎么办_已解决(1)

下一篇:打开网站显示"Parse error_ syntax error, unexpec"错误怎么办_已解决