这一定是.NET漏洞,对吗?
"KonNy".StartsWith("Kon")返回false,而"KonNy".StartsWith("Ko")并"KonN".StartsWith("Kon")返回true.
"KonNy".StartsWith("Kon")
"KonNy".StartsWith("Ko")
"KonN".StartsWith("Kon")
这里有什么我想念的吗?
.net c#
.net ×1
c# ×1