日期:2014-05-16 浏览次数:20427 次
var A = { method1 : function() { method2(); }, method2: function() { // do something } }