摘要: 1. html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>向上滚动</title> <style type="text/css"> * { margin: 0; padding: 0; color: 1 阅读全文
posted @ 2019-04-15 19:39 justSmile2 阅读(114) 评论(0) 推荐(0)
摘要: 1. es5 类写法 function People(name) { this.name = name; } People.prototype.getName = function () { return this.name; }; var people = new People("strick") 阅读全文
posted @ 2019-04-15 17:57 justSmile2 阅读(104) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-04-15 11:22 justSmile2 阅读(16) 评论(0) 推荐(0)