javascript方法の割当値

131 ワード

var xxx = function(aaaa){
				return aaaa;
			}(444);   // xxx   
document.write(xxx);     
//output : 444