asd

来源:互联网 发布:网站怎么做优化 编辑:程序博客网 时间:2024/06/16 22:56
var a = {    a: '1',    say: function(){        console.log(this.a);   }}

原创粉丝点击