PHP导出身份证号科学计数法
foreach($exportlist as $k=>$v) { $exportlist[$k]['idnumber'] = $v['idnumber']."\t"; }
在号码后面加 "\t"转义
世界上最美的风景,是自己努力的模样
foreach($exportlist as $k=>$v) { $exportlist[$k]['idnumber'] = $v['idnumber']."\t"; }
在号码后面加 "\t"转义