保存网页后,“saved from url”中的代码是什么意思?

DrS*_*ove 6 html google-chrome webpage

每次我从谷歌浏览器保存网页时,都会有这样的事情:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<!-- saved from url=(0038)http://en.wikipedia.org/wiki/Main_Page --> 
<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml" class="client-chrome client-chrome-1 client-webkit client-win"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
<title>Wikipedia, the free encyclopedia</title> 
Run Code Online (Sandbox Code Playgroud)

有一个特别的评论:

<!-- saved from url=(0038)http://en.wikipedia.org/wiki/Main_Page -->
Run Code Online (Sandbox Code Playgroud)

(0038) 是什么意思?在其他情况下,它可能与 (0018) 不同。它是什么?

Pho*_*shi 11

它是一种 Internet Explorer 安全功能,称为Web 标记。该数字是域的长度,它用于验证正在加载的页面,以便在正确的“区域”中运行它。