Código
return this.name + (name.getValueArg() > 0 ? (" " + param) : "");
es lo mismo que esto:
Código
if(this.name + (name.getValueArg() > 0)) return " " + param; else return "";
Muchas gracias

|
|||
Tema destacado: Security Series.XSS. [Cross Site Scripting] |
|
|