SysSend = { send: function(){ alert(1) }, go: function( str){ alert( str) } } SysSend = (function(){ return { send: function(){ alert(1) }, go: function(str){ alert(str) } } })()
21,893
社区成员
140,347
社区内容
加载中
试试用AI创作助手写篇文章吧