1111

1111


DANON LOH
str.startswith("DANON")


void func(string str)

{

switch(str)

{

case "open":

open();

break;

case "download":

download();

break;

}

}


switch(str)

{

case "da":

break;

}

Report Page