好的,我想我知道为什么会发生这个错误,因为firebase还没有初始化,但是我正在尝试访问它,但是我不明白为什么,因为我相信我在我的index.html中初始化了它。认为这是一种操作顺序/async的事情?
无论如何,我正在部署到Firebase主机上,所以根据
Initialize Firebase in your app (no need to include your Firebase config object when using reserved Hosting URLs):
我应该能够将<script src="/__/firebase/init.js"&
假设现在是11小时11分钟。它读作“一小时”和“十一分钟”,如:
Sub TEST1()
Application.Speech.Speak "It is " & Hour(Now()) & " hours and " & Minute(Now()) & " minutes"
End Sub
然而,下面的内容是“十一”小时和十一分钟
Sub TEST2()
Application.Speech.Speak "It is 11 hours and 11 minutes"
End Sub
相反