摘要:
0. 对象的分类: 内建对象:由ES标准定义,如:Math String Number Boolean Function Object... 宿主对象:由JS运行环境提供,主要指浏览器,如:DOM BOM 自定义对象:由开发人员新建的对象 1. 删除对象属性: var obj = new Objec 阅读全文
摘要:
整个startup.bat文件如下 @echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE 阅读全文