Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么 Format("1A","0.000000") 返回 0.041667?
0.041667如此1/24解释1A为1 AM
0.041667
1/24
1A
1 AM
?cdate(Format("1A","0.000000") ) 01:00:00
如果输入不是数字,则传递给以"1A"提取val()您1想要的内容,否则不要调用格式。
"1A"
val()
1