<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>学习/前端 on June's Blog</title><link>https://June6699.github.io/tags/%E5%AD%A6%E4%B9%A0/%E5%89%8D%E7%AB%AF/</link><description>Recent content in 学习/前端 on June's Blog</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sun, 15 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://June6699.github.io/tags/%E5%AD%A6%E4%B9%A0/%E5%89%8D%E7%AB%AF/index.xml" rel="self" type="application/rss+xml"/><item><title>廖雪峰JavaScript学习</title><link>https://June6699.github.io/posts/javascript%E5%BB%96%E9%9B%AA%E5%B3%B0/</link><pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate><guid>https://June6699.github.io/posts/javascript%E5%BB%96%E9%9B%AA%E5%B3%B0/</guid><description>&lt;h3 id="1为什么javascript的整数最大范围不是263而是253"&gt;1、为什么JavaScript的整数最大范围不是±2^63^，而是±2^53^&lt;/h3&gt;
&lt;p&gt;这是一个关于 IEEE 754 浮点数标准的经典问题。&lt;/p&gt;
&lt;p&gt;根本原因：JS 用浮点数表示整数&lt;/p&gt;
&lt;p&gt;JavaScript 没有独立的整数类型，所有数字（包括整数）都用 &lt;strong&gt;64位双精度浮点数（IEEE 754 double）&lt;/strong&gt; 存储。&lt;/p&gt;</description></item></channel></rss>