if (time<12)
{
x="上午";
}
錯誤
#Uncaught ReferenceError : time is not defined at <anonymous>:1:1(匿名) @
time這個變數定義了沒?
time這個變數定義了沒?