这里我想要notEqual函数,如果输入的内容与'HAMBURGER'或'WATER'不同,则验证将失败。
$.validator.addMethod("notEqual", function(value, element, param) {
return this.optional(element) || value != 'HAMBURGER' || value != 'WATER';
}, "This has to be different...");
我使用上面的代码但结果失败了,有什么不对吗?
答案 0 :(得分:1)
您输入的代码错误,请尝试此代码并更正您的逻辑
mypath = re.findall(r' href="/(.*?)/?"', items)
# ['view-5553', 'view-1', 'view-295', 'view-6181', 'view-297', 'view-311', 'view-5807',
# 'view-10', 'view-313', 'view-1951', 'view-299', 'view-8', 'view-4', 'view-309',
# 'view-5573']