How to split the content of xmlhttp.response in javascript

前端 未结 0 964
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 15:37

i did manage to build a code that works and it does the splitting when added manually:

var input = \'10;11;15;16\';
    var arr = input.split(\';\');

    //          


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