これを少なくとも 10 回確認し、コード行に問題が見つからないにもかかわらず、このエラー メッセージが表示されます。
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)
)
)
--------------------------------------------------------^