对于字符串 meaning in English
xml.tostring()xml
Examples
- For string comparisons , use the
对于字符串比较,使用 - May behave differently in terms of culture - sensitivity and case - sensitivity
的行为可能有所不同。对于字符串比较,建议使用 - Again , with strings you need to identify what is legal , and reject any other string
同样,对于字符串您也要确定哪些是合法的,并拒绝所有其他的字符串。 - In the case of the string data type , if the value exceeds the length of varchar , it maps to longvarchar
对于字符串数据类型,如果值超过varchar的长度,它将映射到longvarchar 。 - For string constants , however , compares the values of the strings and returns true if the two strings are identical
但对于字符串常数, = =比较字符串的值,如果两个字符串相同,则返回