Can the value inside double quotes be variable?
陈
2018-11-13 13:18:42
0
1
949

function aa(){
hei=100;
wid=100;
function aa(){
wid=100;
wid =10;
mygetTime() ;
  box.style.width:'hei "xp"';
  if(hei=200&&trop=1){
    return;
  } Can the value inside the double quotes be variable


陈

reply all(1)
Peter-Zhu

Double quotes are the delimiters of strings, and variables are also interpreted as ordinary strings

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template