<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>What The Duck</title>
  <icon>https://albertbobo.github.io/icon.png</icon>
  
  <link href="https://albertbobo.github.io/atom.xml" rel="self"/>
  
  <link href="https://albertbobo.github.io/"/>
  <updated>2024-01-24T12:18:52.493Z</updated>
  <id>https://albertbobo.github.io/</id>
  
  <author>
    <name>Max</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>JS异步</title>
    <link href="https://albertbobo.github.io/JS-%E5%BC%82%E6%AD%A5.html"/>
    <id>https://albertbobo.github.io/JS-%E5%BC%82%E6%AD%A5.html</id>
    <published>2023-10-16T08:50:39.265Z</published>
    <updated>2024-01-24T12:18:52.493Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;单线程和异步&quot;&gt;&lt;a href=&quot;#单线程和异步&quot; class=&quot;headerlink&quot; title=&quot;单线程和异步&quot;&gt;&lt;/a&gt;单线程和异步&lt;/h2&gt;&lt;p&gt;JS 是&lt;strong&gt;单线程&lt;/strong&gt;语言，在同一时刻只能执行一个任务。&lt;/p&gt;
&lt;p&gt;JS</summary>
        
      
    
    
    
    <category term="JS" scheme="https://albertbobo.github.io/categories/JS/"/>
    
    
    <category term="异步" scheme="https://albertbobo.github.io/tags/%E5%BC%82%E6%AD%A5/"/>
    
    <category term="promise" scheme="https://albertbobo.github.io/tags/promise/"/>
    
  </entry>
  
  <entry>
    <title>JS作用域与闭包</title>
    <link href="https://albertbobo.github.io/JS-%E4%BD%9C%E7%94%A8%E5%9F%9F%E4%B8%8E%E9%97%AD%E5%8C%85.html"/>
    <id>https://albertbobo.github.io/JS-%E4%BD%9C%E7%94%A8%E5%9F%9F%E4%B8%8E%E9%97%AD%E5%8C%85.html</id>
    <published>2023-09-25T15:48:12.952Z</published>
    <updated>2023-10-16T08:15:28.261Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;作用域&quot;&gt;&lt;a href=&quot;#作用域&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    <category term="JS" scheme="https://albertbobo.github.io/categories/JS/"/>
    
    
    <category term="作用域" scheme="https://albertbobo.github.io/tags/%E4%BD%9C%E7%94%A8%E5%9F%9F/"/>
    
    <category term="闭包" scheme="https://albertbobo.github.io/tags/%E9%97%AD%E5%8C%85/"/>
    
  </entry>
  
  <entry>
    <title>JS原型与继承</title>
    <link href="https://albertbobo.github.io/JS-%E5%8E%9F%E5%9E%8B%E4%B8%8E%E7%BB%A7%E6%89%BF.html"/>
    <id>https://albertbobo.github.io/JS-%E5%8E%9F%E5%9E%8B%E4%B8%8E%E7%BB%A7%E6%89%BF.html</id>
    <published>2023-09-14T15:31:22.415Z</published>
    <updated>2023-09-23T18:22:04.756Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;原型对象&quot;&gt;&lt;a href=&quot;#原型对象&quot; class=&quot;headerlink&quot; title=&quot;原型对象&quot;&gt;&lt;/a&gt;原型对象&lt;/h2&gt;&lt;h3 id=&quot;理解原型&quot;&gt;&lt;a href=&quot;#理解原型&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    <category term="JS" scheme="https://albertbobo.github.io/categories/JS/"/>
    
    
    <category term="原型" scheme="https://albertbobo.github.io/tags/%E5%8E%9F%E5%9E%8B/"/>
    
    <category term="继承" scheme="https://albertbobo.github.io/tags/%E7%BB%A7%E6%89%BF/"/>
    
  </entry>
  
  <entry>
    <title>JS类与类继承</title>
    <link href="https://albertbobo.github.io/JS-%E7%B1%BB%E4%B8%8E%E7%B1%BB%E7%BB%A7%E6%89%BF.html"/>
    <id>https://albertbobo.github.io/JS-%E7%B1%BB%E4%B8%8E%E7%B1%BB%E7%BB%A7%E6%89%BF.html</id>
    <published>2023-09-01T09:12:08.485Z</published>
    <updated>2023-09-25T15:36:56.044Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;class-的基本语法&quot;&gt;&lt;a href=&quot;#class-的基本语法&quot; class=&quot;headerlink&quot; title=&quot;class 的基本语法&quot;&gt;&lt;/a&gt;class 的基本语法&lt;/h2&gt;&lt;h3 id=&quot;关于-class&quot;&gt;&lt;a</summary>
        
      
    
    
    
    <category term="JS" scheme="https://albertbobo.github.io/categories/JS/"/>
    
    
    <category term="继承" scheme="https://albertbobo.github.io/tags/%E7%BB%A7%E6%89%BF/"/>
    
    <category term="类" scheme="https://albertbobo.github.io/tags/%E7%B1%BB/"/>
    
  </entry>
  
  <entry>
    <title>JS理解函数</title>
    <link href="https://albertbobo.github.io/JS-%E7%90%86%E8%A7%A3%E5%87%BD%E6%95%B0.html"/>
    <id>https://albertbobo.github.io/JS-%E7%90%86%E8%A7%A3%E5%87%BD%E6%95%B0.html</id>
    <published>2023-08-28T10:31:25.455Z</published>
    <updated>2023-10-10T08:21:03.126Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;函数是第一类对象&quot;&gt;&lt;a href=&quot;#函数是第一类对象&quot; class=&quot;headerlink&quot; title=&quot;函数是第一类对象&quot;&gt;&lt;/a&gt;函数是第一类对象&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;函数也是对象&lt;/li&gt;
&lt;li&gt;JavaScript</summary>
        
      
    
    
    
    <category term="JS" scheme="https://albertbobo.github.io/categories/JS/"/>
    
    
    <category term="函数" scheme="https://albertbobo.github.io/tags/%E5%87%BD%E6%95%B0/"/>
    
    <category term="this" scheme="https://albertbobo.github.io/tags/this/"/>
    
  </entry>
  
  <entry>
    <title>JS类型转换</title>
    <link href="https://albertbobo.github.io/JS-%E7%B1%BB%E5%9E%8B%E8%BD%AC%E6%8D%A2.html"/>
    <id>https://albertbobo.github.io/JS-%E7%B1%BB%E5%9E%8B%E8%BD%AC%E6%8D%A2.html</id>
    <published>2023-08-24T09:25:15.736Z</published>
    <updated>2023-09-14T13:53:01.047Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;数据类型&quot;&gt;&lt;a href=&quot;#数据类型&quot; class=&quot;headerlink&quot; title=&quot;数据类型&quot;&gt;&lt;/a&gt;数据类型&lt;/h2&gt;&lt;h3 id=&quot;基本类型&quot;&gt;&lt;a href=&quot;#基本类型&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    <category term="JS" scheme="https://albertbobo.github.io/categories/JS/"/>
    
    
    <category term="类型" scheme="https://albertbobo.github.io/tags/%E7%B1%BB%E5%9E%8B/"/>
    
    <category term="深拷贝" scheme="https://albertbobo.github.io/tags/%E6%B7%B1%E6%8B%B7%E8%B4%9D/"/>
    
  </entry>
  
  <entry>
    <title>CSS响应式</title>
    <link href="https://albertbobo.github.io/CSS-%E5%93%8D%E5%BA%94%E5%BC%8F.html"/>
    <id>https://albertbobo.github.io/CSS-%E5%93%8D%E5%BA%94%E5%BC%8F.html</id>
    <published>2023-08-22T08:57:25.991Z</published>
    <updated>2023-09-14T13:48:29.209Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;响应式&quot;&gt;&lt;a href=&quot;#响应式&quot; class=&quot;headerlink&quot; title=&quot;响应式&quot;&gt;&lt;/a&gt;响应式&lt;/h2&gt;&lt;h3 id=&quot;rem-是什么&quot;&gt;&lt;a href=&quot;#rem-是什么&quot; class=&quot;headerlink&quot; title=&quot;rem</summary>
        
      
    
    
    
    <category term="CSS" scheme="https://albertbobo.github.io/categories/CSS/"/>
    
    
    <category term="rem" scheme="https://albertbobo.github.io/tags/rem/"/>
    
    <category term="vw" scheme="https://albertbobo.github.io/tags/vw/"/>
    
    <category term="vh" scheme="https://albertbobo.github.io/tags/vh/"/>
    
  </entry>
  
  <entry>
    <title>CSS文本</title>
    <link href="https://albertbobo.github.io/CSS-%E6%96%87%E6%9C%AC.html"/>
    <id>https://albertbobo.github.io/CSS-%E6%96%87%E6%9C%AC.html</id>
    <published>2023-08-22T07:13:56.731Z</published>
    <updated>2023-08-22T08:47:25.907Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;文本溢出&quot;&gt;&lt;a href=&quot;#文本溢出&quot; class=&quot;headerlink&quot; title=&quot;文本溢出&quot;&gt;&lt;/a&gt;文本溢出&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;单行文字溢出显示省略号&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&quot;highlight</summary>
        
      
    
    
    
    <category term="CSS" scheme="https://albertbobo.github.io/categories/CSS/"/>
    
    
    <category term="文本" scheme="https://albertbobo.github.io/tags/%E6%96%87%E6%9C%AC/"/>
    
  </entry>
  
  <entry>
    <title>CSS定位</title>
    <link href="https://albertbobo.github.io/CSS-%E5%AE%9A%E4%BD%8D.html"/>
    <id>https://albertbobo.github.io/CSS-%E5%AE%9A%E4%BD%8D.html</id>
    <published>2023-08-21T10:15:56.615Z</published>
    <updated>2023-08-22T08:45:41.069Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;absolute-和-relative-定位的依据&quot;&gt;&lt;a href=&quot;#absolute-和-relative-定位的依据&quot; class=&quot;headerlink&quot; title=&quot;absolute 和 relative 定位的依据&quot;&gt;&lt;/a&gt;absolute 和</summary>
        
      
    
    
    
    <category term="CSS" scheme="https://albertbobo.github.io/categories/CSS/"/>
    
    
    <category term="居中对齐" scheme="https://albertbobo.github.io/tags/%E5%B1%85%E4%B8%AD%E5%AF%B9%E9%BD%90/"/>
    
  </entry>
  
  <entry>
    <title>CSS布局</title>
    <link href="https://albertbobo.github.io/CSS-%E5%B8%83%E5%B1%80.html"/>
    <id>https://albertbobo.github.io/CSS-%E5%B8%83%E5%B1%80.html</id>
    <published>2023-08-12T10:09:17.121Z</published>
    <updated>2023-08-22T10:12:46.225Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;盒子模型的宽度计算&quot;&gt;&lt;a href=&quot;#盒子模型的宽度计算&quot; class=&quot;headerlink&quot; title=&quot;盒子模型的宽度计算&quot;&gt;&lt;/a&gt;盒子模型的宽度计算&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;offsetWidth &amp;#x3D; width +</summary>
        
      
    
    
    
    <category term="CSS" scheme="https://albertbobo.github.io/categories/CSS/"/>
    
    
    <category term="BFC" scheme="https://albertbobo.github.io/tags/BFC/"/>
    
    <category term="flex" scheme="https://albertbobo.github.io/tags/flex/"/>
    
  </entry>
  
</feed>
