{"css":"","js":"function identity(val1, val2) {
	return val1 === val2;
    
    还有es6的:
    return Object.is(val1,val2);
}","html":"","libs":[]}