どうですか?

c = document.getElementById(objid + '_ main');
{
c.id = objid + '_ main';
}


またはそのような:

if(160> 450){
resize_height = 450;
} else {
resize_height = 160;
}


Source: https://habr.com/ru/post/J28535/


All Articles