而是用 javascript的优雅的写法 有哪些建议
完全听不懂..
var app = { load:function(){ }, end: function(){ } } function app(){ function init(){ } return init; }
666