怎么用公式把now()值转换成一串数字,比如:2019年09月19日 11:33:22转换成20190919113322
用format(now(),'yyyyMMddHHmmss')
=format(now(),'yyyyMMddHHmmssSSS')