摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>test</title> <link rel="stylesheet" type="text/css" href="css/test.css"> </head> 阅读全文
posted @ 2021-07-19 16:30 qcjdp 阅读(275) 评论(0) 推荐(0)
摘要: a继承b <script> function b(){ this.bname = "99"; } function a(){ this.aname = "5"; } a.prototype = new b(); a.prototype.cname = "66"; var a = new a(); c 阅读全文
posted @ 2021-07-19 09:33 qcjdp 阅读(27) 评论(0) 推荐(0)

Bill

Jerry

Evil