if (type==1) { var shicha = -16 * 60 * 60 - 210; return shicha; } else{ var shicha = -15 * 60 * 60 - 210; return shicha; } 简化
if (type==1){ return -16 * 60 * 60 - 210; } else{ return -15 * 60 * 60 - 210; }
原文地址: https://www.cveoy.top/t/topic/lS1 著作权归作者所有。请勿转载和采集!