function cat(){}cat.prototype={ food:"fish", say: function(){ alert("I love "+this.food); }}var blackCat = new cat;blackCat.say(); 但是如果我们有一个对象whiteDog ...
分类:
移动开发 时间:
2017-09-10 11:11:38
阅读次数:
253
It is a little known fact that cows love apples. Farmer John has two apple trees (which are conveniently numbered 1 and 2) in his field, each full of ...
分类:
移动开发 时间:
2017-09-09 15:16:54
阅读次数:
247
1.a:link :未被访问的链接 今天学到一点就是当使用a:link时,变换颜色却不起作用,后来查找资料说记忆Cookies的原因,结果清除后果然显示出想要变换的颜色 还有要补充一点的是a标签这些伪类的执行顺序:link--visited--hover-active,也就是我们常说到的LoVe H ...
分类:
Web程序 时间:
2017-09-09 13:02:40
阅读次数:
176
今儿头午有点晕晕的感觉,咳咳,甩甩头开课 HTML 定义:超文本标记语言 (记不住的可以这么记:how to make love ! 哈哈,准备开车,粗人一个,长的不行) 其实理解起来很简单,超越文本范畴的,带有标记性的,计算机语言 上图咱们所看到的一串串的代码,这就是空白网页的后台界面,而这些代码 ...
分类:
Web程序 时间:
2017-09-09 12:56:23
阅读次数:
216
程序运行结果: 2.1 I型细胞模型 初始I型的细胞状态: 细胞演化后的结果为: 从图中可以看出在演化5步后,细胞的剩余数为0,演化完毕。 2.2 LOVE细胞模型 初始LOVE型的细胞状态: 细胞演化后的结果为: 从图中可以看出在演化131步后,细胞的剩余数为11,保持恒定不变的状态,自此演化完毕 ...
分类:
编程语言 时间:
2017-09-09 12:01:43
阅读次数:
179
$课文50 乘车兜风 510. I love travelling in the country, but I don't like losing my way. 我喜欢在乡间旅行,但却不愿意迷路。 511. I went on an excursion recently, but my trip ...
分类:
其他好文 时间:
2017-09-08 10:15:22
阅读次数:
192
replacement 位置参数 >>> '{0} love {1}.{2}'.format('I', 'junjie','com') 'I love junjie.com' 关键字参数 >>> '{a} love {b}.{c}'.format(a='I', b='junjie', c='com' ...
分类:
编程语言 时间:
2017-09-06 10:01:39
阅读次数:
147
1.文件资源管理器 2017-09-03、10:11:49 转载:http://www.appinn.com/my-love-files-explorer-final/ ...
分类:
其他好文 时间:
2017-09-03 11:09:16
阅读次数:
116
字符串常用方法 capitalize() String.capitalize() 将字符串首字母变为大写 name = 'xiaoming' new_name = name.capitalize() print(new_name) 运行结果:Xiaoming count() String.count ...
分类:
编程语言 时间:
2017-09-03 00:25:30
阅读次数:
280
Apple Catching Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 13234 Accepted: 6437 Description It is a little known fact that cows love ap ...
分类:
移动开发 时间:
2017-09-02 15:48:49
阅读次数:
275