上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
摘要: 1,生兔子问题(斐波那契数列) public class Fibonacci { public static void main(String[] args) { System.out.println("The rabit of 1th month : 1"); System.out.println("The rabit of 2th month : 2"); ... 阅读全文
posted @ 2014-09-22 11:01 塔斯曼 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-09-18 17:41 塔斯曼 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Example:InnerHTML We are sorry,but this application needs JavaScript to be enabled to work.Please contact us if you cannot enable scripting and... 阅读全文
posted @ 2014-09-18 17:32 塔斯曼 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Example:Replacing noscript We are sorry,but this application needs JavaScript to be enabled to work.Please contact us if you cannot enable scri... 阅读全文
posted @ 2014-09-18 17:12 塔斯曼 阅读(166) 评论(0) 推荐(0) 编辑
摘要: Example:Submit buttons to links Name: Email: submitToLinks.js fun... 阅读全文
posted @ 2014-09-18 16:35 塔斯曼 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 老的方式: DOM新方法: 阅读全文
posted @ 2014-09-18 11:09 塔斯曼 阅读(121) 评论(0) 推荐(0) 编辑
摘要: Date Example02 Events search Date in the format DD/MM/YYYY: (example 25/01/1923) checkdate.js: ... 阅读全文
posted @ 2014-09-17 17:43 塔斯曼 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 一,通过子节点查询父节点: 二, function GetTwoEnd() { var myLinkItem=document.getElementById('linkedItem'); var first=firstSibling(myLinkItem.parentNode); var last=lastSibling(myLinkI... 阅读全文
posted @ 2014-09-17 16:06 塔斯曼 阅读(125) 评论(0) 推荐(0) 编辑
摘要: DOM Example Heading Paragraph Subheading List 1 List 2 Linked List Item List 4 Paragraph Paragraph ... 阅读全文
posted @ 2014-09-17 10:33 塔斯曼 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Date example Events search Date in the format DD/MM/YYYY: (example 23/01/1933) 阅读全文
posted @ 2014-09-16 17:35 塔斯曼 阅读(313) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页