How to change the content of a web page

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="origin-when-crossorigin">
<meta name="description" content="Because the video is encoded into I,B,P Wait for frames, as shown in the figure below, assuming that there are now I,B,P Frame, what about transmission and display?? If it is transmitted in the display order: The transmission sequence is I-&amp;gt;B&amp;gt;P When right B After decoding the frame, due to B Frames cannot be displayed separately, only">
<meta property="og:description" content="Because the video is encoded into I,B,P Wait for frames, as shown in the figure below, assuming that there are now I,B,P Frame, what about transmission and display?? If it is transmitted in the display order: The transmission sequence is I-&amp;gt;B&amp;gt;P When right B After decoding the frame, due to B Frames cannot be displayed separately, only">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>graphic DTS and PTS - linyilong - Blog Garden</title>
<link id="favicon" rel="shortcut icon" href="https://common.cnblogs.com/favicon.svg" type="image/svg+xml">

<style>:not(.cnblogs_code):not(.cnblogs_Highlighter)>pre:not([class*="language-"]):not([highlighted]):not(.hljs) {
    background: rgb(245, 245, 245);
    padding: 5px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    border-color: transparent;
    color: rgb(0, 0, 0);
    font-family: "Courier New", sans-serif;
}:not(.cnblogs_code):not(.cnblogs_Highlighter)>pre:not([highlighted]) code:not(.hljs) {
        background: rgb(245, 245, 245) !important;
        border-color: transparent !important;
    }</style><link rel="stylesheet" href="./graphic DTS and PTS - linyilong - Blog Garden_files/blog-common.min.css">
<link id="MainCss" rel="stylesheet" href="./graphic DTS and PTS - linyilong - Blog Garden_files/bundle-simpleblue.min.css">
<link id="highlighter-theme-cnblogs" type="text/css" rel="stylesheet" href="./graphic DTS and PTS - linyilong - Blog Garden_files/cnblogs.css">

<link id="mobile-style" media="only screen and (max-width: 767px)" type="text/css" rel="stylesheet" href="./graphic DTS and PTS - linyilong - Blog Garden_files/bundle-simpleblue-mobile.min.css">

<link type="application/rss+xml" rel="alternate" href="https://www.cnblogs.com/linyilong3/rss">
<link type="application/rsd+xml" rel="EditURI" href="https://www.cnblogs.com/linyilong3/rsd.xml">
<link type="application/wlwmanifest+xml" rel="wlwmanifest" href="https://www.cnblogs.com/linyilong3/wlwmanifest.xml">
<script type="text/javascript" async="" src="./graphic DTS and PTS - linyilong - Blog Garden_files/analytics.js.download"></script><script>
    var currentBlogId = 76756;
    var currentBlogApp = 'linyilong3';
    var cb_enable_mathjax = false;
    var isLogined = false;
    var isBlogOwner = false;
    var skinName = 'SimpleBlue';
    var visitorUserId = '';
    var hasCustomScript = false;
    try {
        if (hasCustomScript && document.referrer && document.referrer.indexOf('baidu.com') >= 0) {
            Object.defineProperty(document, 'referrer', { value: '' });
            Object.defineProperty(Document.prototype, 'referrer', { get: function(){ return ''; } });
        }
    } catch(error) { }
    window.codeHighlightEngine = 1;
    window.enableCodeLineNumber = false;
    window.codeHighlightTheme = 'cnblogs';
</script>
    <script>
        var currentPostDateAdded = '2018-11-13 21:13';
    </script>
<script src="./graphic DTS and PTS - linyilong - Blog Garden_files/jquery-2.2.0.min.js.download"></script>
<script src="./graphic DTS and PTS - linyilong - Blog Garden_files/blog-common.min.js.download"></script><style type="text/css">.medium-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s;will-change:opacity}.medium-zoom--opened .medium-zoom-overlay{cursor:pointer;cursor:zoom-out;opacity:1}.medium-zoom-image{cursor:pointer;cursor:zoom-in;transition:transform .3s cubic-bezier(.2,0,.2,1)!important}.medium-zoom-image--hidden{visibility:hidden}.medium-zoom-image--opened{position:relative;cursor:pointer;cursor:zoom-out;will-change:transform}</style><script id="hljs-script" async="" data-loaded="true" src="./graphic DTS and PTS - linyilong - Blog Garden_files/highlight.min.js.download"></script>
<div id="home">
<div id="header">
    <div id="blogTitle">
        <div class="title"><a id="Header1_HeaderTitle" class="headermaintitle HeaderMainTitle" href="https://www.cnblogs.com/linyilong3/">linyilong</a>
    </div>
    <div id="navigator">
New essay

Keywords: Javascript Front-end

Added by -[ webdreamer ] on Thu, 16 Dec 2021 18:34:45 +0200