摘要: JavaScript的Array可以包含任意数据类型,并通过索引来访问每个元素。 要取得Array的长度,直接访问length属性: var arr = [1, 2, 3.14, 'Hello', null, true]; arr.length; // 6 请注意,直接给Array的length赋一 阅读全文
posted @ 2019-04-03 20:42 Geeksongs 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 由于笔者自己经常忘记了如何查看Python的安装路径,又经常会用到Python的安装路径,因此记录一下,我们可以在命令行模式下输入: 得解。 阅读全文
posted @ 2019-04-03 12:21 Geeksongs 阅读(119378) 评论(2) 推荐(5) 编辑

Coded by Geeksongs on Linux

All rights reserved, no one is allowed to pirate or use the document for other purposes.