出错提示:
kesion.staticcls.asp 571行 KSLabel.GetFunctionLabel 未定义或是调用不对。
解决方法:
打开ks_cls/kesion.staticcls.asp找到571行
Else
PageStr = Content
FileContent = Replace(Replace(FileContent,KSLabel.GetFunctionLabel(FileContent, "{=GetPhotoPage"),Content),"{$PageStr}","")
End If
把红色的删除就行了。