var GG = {
debug: function(b) {

},
b: function(a) {

},
a: function() {

}
}RT,经常看到一些网站的前端会把好多的函数放在一个变量里面,像这样有什么做有什么好处吗?