摘要:
aaaa ... 阅读全文
摘要:
鼠标点击按钮弹出层,背景变暗丨芯晴网页特效丨CsrCode.Cn 阅读全文
摘要:
<!DOCTYPE html><html><head> <style type="text/css">div{color:Yellow;text-align:center; line-height:300px; vertecal-align:middle;} #yuanjiao { width:300px; height:300px; background:Blue; border-radius:15px; -moz-border-radius:15px; } #yinying { width:300px; height:30 阅读全文
摘要:
function extend(Child, Parent) { var F = function(){}; F.prototype = Parent.prototype; Child.prototype = new F(); Child.prototype.constructor = Child; Child.uber = Parent.pr... 阅读全文