不要使用此功能。 mysql_escape_string()没有使其能够遵守当前字符集或引用上下文的参数。改用 mysql_real_escape_string_quote() 。
mysql_escape_string()
mysql_real_escape_string_quote()