如何检查一组隐藏字段的值,如果它们的值有不同之处,我将返回false。但是,空值和"False“应该被视为相等。只有3个可能的值,empty、True和False,但我想将empty视为False。我想要像这样的东西
// is there a way to do this in jquery or similar to this
strTest > " " Then
这是:If strTest <> "" Then
我认为代码示例1是比较ASCII值(空格的ASCII代码是32)。我已经查看了MSDN上的String部分,但是我找不到答案。更新 Dim strTest As String = "Test"
If strTest > " &qu