var str="param1:'test1' && param2:'test2'"; var map={}; var pairs=str.split('&&'); for(i=0, total=pairs.length; i<total; ...
確定! 回上一頁