-1

即使我已经检查了至少十次并且找不到代码行有什么问题,我仍然收到此错误消息?

Microsoft JScript compilation error '800a03ee'

Expected ')'

/functions.asp, line 153

if(    (   (
                (arrStory[i]['Date']).substr( (arrStory[i]['Date'])00.length - 4)
            ) 
            == intYear
        ) 
        || 
        (
            (arrStory[i]['Date']).substr(   (arrStory[i]['Date']).length - 4) == (intYear + 1)
        )
  )
--------------------------------------------------------^
4

1 回答 1

2

这是什么:

arrStory[i]['Date'])00.length

应该是什么意思?这不是有效的 JScript ......那些零对我来说看起来像是虚假的额外字符。

于 2013-05-27T11:07:35.187 回答