时隔一年再读到the star
摘要:The Star Arthur C. Clarke Arthur C. Clarke It is three thousand light-years to the Vatican. Once, I believed that space could have no power over faith
阅读全文
轮播图原生js实现和jquery实现和js面向对象方式实现
摘要:原生JS实现 html: css: javascript: 面向对象的javascript实现: 继承一个子轮播图: jquery实现:
阅读全文
js实现一个简单计算器
摘要:代码如下,仅支持webkit <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>calc</title> <style type="text/css"> *{ padding:0; margin:1px; } #calculater
阅读全文
纯css3图片旋转展示
摘要:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> body{ background: lightblue; } div.box{ /*position: absolu
阅读全文