<!-- <META name="links-collection-enabled" content="false"> -->
通过将内容设置为 false,将不会收集文件中该位置后面的任何链接信息。可以在以后在内容值为 true 的文件中指定此标记来启用对文件余下部分的链接收集。通过这种方法,可以关闭整个文件的验证和重构,或者可以断开要对该链接构建器禁用或启用的某些链接。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <!-- <META name="links-collection-enabled" content="false"> --> <META http-equiv="Content-Type" content="text/xml"> <META name="GENERATOR" content="IBM Rational Software Development Platform"> <TITLE>testy.html</TITLE> </HEAD> <BODY> <a href="a.html"></a> <a href="b.html"></a> <a href="c.html"></a> </BODY> </HTML>将不验证文件中的任何链接。
<!-- <META name="links-collection-enabled" content="true"> --> <a href="b.html"></a> <!-- <META name="links-collection-enabled" content="false"> -->
<!-- <META name="links-collection-enabled" content="false"> --> <a href="c.html"></a> <!-- <META name="links-collection-enabled" content="true"> -->