代码: if( !string.startsWith(tableName, "test")){ return false; } //注释xxxx return true;
预期:返回false,实际:返回true