首頁 > 問答 > 主體
if (time<12)
{
x="上午";
}
錯誤
#Uncaught ReferenceError : time is not defined at <anonymous>:1:1(匿名) @
autoload2021-09-21 09:18:27
time這個變數定義了沒?