<tfoot id='wq6lG'></tfoot>
  • <small id='wq6lG'></small><noframes id='wq6lG'>

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

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

        <legend id='wq6lG'><style id='wq6lG'><dir id='wq6lG'><q id='wq6lG'></q></dir></style></legend>
      1. 相当于 Javascript 中的 Python 目录

        时间:2023-09-05

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

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

                <bdo id='Zrl5v'></bdo><ul id='Zrl5v'></ul>
                  本文介绍了相当于 Javascript 中的 Python 目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  当我从解释器编写 Python 代码时,我可以键入 dir() 来获得在当前范围内定义的名称列表.当我使用 firebug、chrome 控制台等交互式控制台从浏览器开发 Javascript 代码时,如何以编程方式获得相同的信息?

                  when I write Python code from the interpreter I can type dir() to have a list of names defined in the current scope. How can achieve to have the same information, programmatically, when I develop Javascript code from a browser using an interactive console like firebug, chrome console, etc?

                  推荐答案

                  Object中有keys方法,例如:

                  Object.keys(object)
                  

                  但这仅返回对象自己的属性和方法.
                  要列出对象的所有属性和方法,我知道 2 种可能性:

                  But this return object's own properties and methods only.
                  To list all properties and methods of an object I know 2 possibilities:

                  1. console.dir(object) Firefox 控制台中的方法和
                  2. 谷歌浏览器开发工具中的dir(object)方法.
                  1. console.dir(object) method in firebug console for Firefox and
                  2. dir(object) method in Google Chrome development tools.

                  这篇关于相当于 Javascript 中的 Python 目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如果不通过 createElementNS 处理,为什么动态 SVG 不 下一篇:使用 jQuery $().find 解析带有命名空间的 XML

                  相关文章

                  最新文章

                  1. <legend id='rPsrS'><style id='rPsrS'><dir id='rPsrS'><q id='rPsrS'></q></dir></style></legend>

                  2. <tfoot id='rPsrS'></tfoot>

                      <bdo id='rPsrS'></bdo><ul id='rPsrS'></ul>

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

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