自己已解决,供大家分享分享
前台发布日志的页面blogpost.asp 第104行的“if not Arr_Category(4,i) then”改为“if Arr_Category(4,i) then”,去掉not,因为输出的时候检测到Arr_Category(4,i)为true
后台的批量移动日志ConContent.asp的第302行的“if not CategoryListDB("cate_OutLink") then”改为“if CategoryListDB("cate_OutLink") then”,去掉not,因为查看那数据库里cate_OutLink都为真值
还没验证该修改是否带来其他的影响,希望权威人士指正