javascript中的函数参数传递 看到一javascript题,如下:function setname(obj){obj.name = 'aaa';obj = new Object();obj.name = 'bbb';}var me = new Object();setn