function a(id){alert(id);a = function(id){alert('延期加载');};a(id);}a('000'); // 000 延期加载a('111'); // 延期加载