原创 看書的心得

var myObject = (function() { var value=0; return { increment:function(inc) { value += typeof inc