seajs.use('app/user', function(App) { new App($('#<{$pageId}>')).run('bind'); });
这段代码中的 run('bind') 中间的参数的作用 指的是什么