上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 99 下一页
摘要: 示例 4 : 连接数组 方法 concat 连接两个数组 <script> function p(s){ document.write(s); document.write("<br>"); } var x = new Array(3,1,4); var y = new Array(1,5,9,2, 阅读全文
posted @ 2020-07-22 09:36 Jasper2003 阅读(160) 评论(0) 推荐(0) 编辑
摘要: javascript中的数组是动态的,即长度是可以发生变化的。 示例 1 : 创建数组对象 创建一个数组对象创建数组对象的3种方式:1. new Array() 创建长度是0的数组2. new Array(5); 创建长度是5的数组,,但是其每一个元素都是undefine3. new Array(3 阅读全文
posted @ 2020-07-22 08:28 Jasper2003 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 示例 7 : 截取一段子字符串 substring 截取一段子字符串注: 第二个参数,取不到 <script> var x = new String("Hello JavaScript"); document.write( '字符串x的值: '+x); document.write('<br>'); 阅读全文
posted @ 2020-07-22 08:14 Jasper2003 阅读(660) 评论(0) 推荐(0) 编辑
摘要: 示例 4 : 字符串拼接 concat用于进行字符串拼接 <script> var x = new String("Hello "); var y = new String("Javascript"); document.write( '字符串x的值: '+x); document.write('< 阅读全文
posted @ 2020-07-22 07:55 Jasper2003 阅读(1715) 评论(0) 推荐(0) 编辑
摘要: 与数字类似,基本类型String也有一个对应的String 对象,并且提供了很多有用的方法。 示例 1 : 创建字符串对象 与Number类似的,可以通过new String()创建一个String对象 <script> var x = "5"; var y = new String(x); doc 阅读全文
posted @ 2020-07-22 07:49 Jasper2003 阅读(4853) 评论(0) 推荐(0) 编辑
摘要: STEP 1: Read Chapter 7, especially pages 187-194, and Chapters 11-12 in the textbook. . Consider these maps and illustrations as you read: . (1) Alexa 阅读全文
posted @ 2020-07-20 18:17 Jasper2003 阅读(588) 评论(0) 推荐(0) 编辑
摘要: 1. Famous painting by Philipp Von Foltz of Pericles giving his Funeral Oration Speech during the Peloponnesian war. (More information at http://www.em 阅读全文
posted @ 2020-07-20 09:25 Jasper2003 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 苏琪撞破小妹妈妈偷穿爱马仕大衣 苏琪遇到突发paroxysm情况,不得不回家拿企划手稿manuscript摘要epitomize.一开,她看到令人心碎的heartrending一幕 那精力旺盛的vigorous大妈盗用embezzle她的爱马仕大衣在试穿,一副贪婪的acquisitive玩弄trif 阅读全文
posted @ 2020-07-19 15:40 Jasper2003 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 苏琪和小妹闹掰 苏琪觉得小妹现在精神错乱delirium中才如此反常anomalous."你给我滚出去!"苏琪大吼snarl,试图发号指令dictate。"我们是合作的synergic租房,房租是共同完成的concerted,一人一半,这是合同上注明的illustrious,所以你凭什么怒斥ream 阅读全文
posted @ 2020-07-19 15:39 Jasper2003 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 苏琪和室友小妹去吃火锅 苏琪病快快的pathological回到家。同居友善的amicable小妹看到苏琪如此虚弱衰老decrepit,有知觉tactile事情不妙,为了驱逐oust尴尬embarrass,想要说点搞笑的jocular话。“苏琪姐,今天年会怎样啊,你的大衣大放异彩resplenden 阅读全文
posted @ 2020-07-19 15:36 Jasper2003 阅读(464) 评论(0) 推荐(0) 编辑
上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 99 下一页