
HTML
EANFS
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用userData(IE) 和 Dom Storage在客户端存储数据
HTML> HEAD> STYLE> .userData {behavior:url(#default#userdata);}STYLE> HEAD> BODY> FORM ID="oPersistForm"> 0:textarea rows="2" cols="100" CLASS="userData" ID="oPer原创 2007-09-05 14:15:00 · 1074 阅读 · 0 评论 -
用javaScript实现的各种排序算法
html>head>script> Array.prototype.swap = function(i, j) { var temp = this[i]; this[i] = this[j]; this[j] = temp; } Array.prototype.bubbleSort = function() {转载 2007-09-05 14:20:00 · 625 阅读 · 0 评论