<tfoot id='B9p0j'></tfoot>

    <small id='B9p0j'></small><noframes id='B9p0j'>

      • <bdo id='B9p0j'></bdo><ul id='B9p0j'></ul>

      <legend id='B9p0j'><style id='B9p0j'><dir id='B9p0j'><q id='B9p0j'></q></dir></style></legend>
      1. <i id='B9p0j'><tr id='B9p0j'><dt id='B9p0j'><q id='B9p0j'><span id='B9p0j'><b id='B9p0j'><form id='B9p0j'><ins id='B9p0j'></ins><ul id='B9p0j'></ul><sub id='B9p0j'></sub></form><legend id='B9p0j'></legend><bdo id='B9p0j'><pre id='B9p0j'><center id='B9p0j'></center></pre></bdo></b><th id='B9p0j'></th></span></q></dt></tr></i><div id='B9p0j'><tfoot id='B9p0j'></tfoot><dl id='B9p0j'><fieldset id='B9p0j'></fieldset></dl></div>

        为什么 html 输入类型为“数字"?允许在字段中

        时间:2023-10-12
          <tbody id='4Isqy'></tbody>

        <small id='4Isqy'></small><noframes id='4Isqy'>

          <tfoot id='4Isqy'></tfoot>
              <bdo id='4Isqy'></bdo><ul id='4Isqy'></ul>

            • <i id='4Isqy'><tr id='4Isqy'><dt id='4Isqy'><q id='4Isqy'><span id='4Isqy'><b id='4Isqy'><form id='4Isqy'><ins id='4Isqy'></ins><ul id='4Isqy'></ul><sub id='4Isqy'></sub></form><legend id='4Isqy'></legend><bdo id='4Isqy'><pre id='4Isqy'><center id='4Isqy'></center></pre></bdo></b><th id='4Isqy'></th></span></q></dt></tr></i><div id='4Isqy'><tfoot id='4Isqy'></tfoot><dl id='4Isqy'><fieldset id='4Isqy'></fieldset></dl></div>
                1. <legend id='4Isqy'><style id='4Isqy'><dir id='4Isqy'><q id='4Isqy'></q></dir></style></legend>
                  本文介绍了为什么 html 输入类型为“数字"?允许在字段中输入字母“e"?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  I have the following html5 input element:

                  <input type="number">
                  

                  Why does this input allow for the character 'e' to be entered in the input field? No other alphabet character is able to be entered (as expected)

                  Using chrome v. 44.0.2403.107

                  Example below to see what I mean.

                  <input type="number">

                  解决方案

                  Because that's exactly how the spec says it should work. The number input can accept floating-point numbers, including negative symbols and the e or E character (where the exponent is the number after the e or E):

                  A floating-point number consists of the following parts, in exactly the following order:

                  1. Optionally, the first character may be a "-" character.
                  2. One or more characters in the range "0—9".
                  3. Optionally, the following parts, in exactly the following order:

                    1. a "." character
                    2. one or more characters in the range "0—9"

                  4. Optionally, the following parts, in exactly the following order:

                    1. a "e" character or "E" character
                    2. optionally, a "-" character or "+" character
                    3. One or more characters in the range "0—9".

                  这篇关于为什么 html 输入类型为“数字"?允许在字段中输入字母“e"?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:将数字转换为十万/千万系统中的单词 下一篇:如何在 JavaScript 中将整数转换为二进制?

                  相关文章

                  最新文章

                  <i id='xqPdY'><tr id='xqPdY'><dt id='xqPdY'><q id='xqPdY'><span id='xqPdY'><b id='xqPdY'><form id='xqPdY'><ins id='xqPdY'></ins><ul id='xqPdY'></ul><sub id='xqPdY'></sub></form><legend id='xqPdY'></legend><bdo id='xqPdY'><pre id='xqPdY'><center id='xqPdY'></center></pre></bdo></b><th id='xqPdY'></th></span></q></dt></tr></i><div id='xqPdY'><tfoot id='xqPdY'></tfoot><dl id='xqPdY'><fieldset id='xqPdY'></fieldset></dl></div>

                      <tfoot id='xqPdY'></tfoot>
                        <bdo id='xqPdY'></bdo><ul id='xqPdY'></ul>

                    1. <small id='xqPdY'></small><noframes id='xqPdY'>

                      <legend id='xqPdY'><style id='xqPdY'><dir id='xqPdY'><q id='xqPdY'></q></dir></style></legend>