var sh=function(){
function fun1(){this.fun1()}
fun1.prototype={
fun1:function(){.....}
}
return {fun1:fun1}
}();
好不明白return {fun1:fun1}是什么意思?求助???