xmlhttp.open(“GET”, “/static/styles/ABC.xml”, false); can't work if sending string from external function

前端 未结 0 1016
栀梦
栀梦 2021-01-04 00:56

Is there any possibility I can use the following command in JS without inverted commas?

Wanted:

xmlhttp.open("GET", String(path), false);


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题