© 2020 Weblinks All Rights Reserved.
浙ICP备11053059号
Javascript Wayne Shen
Javascript 11月 4, 2020
$.when().then(); 可以同时进行多个Json url链接任务。
例子:$.when(a,b,c).then((one,two,three) => { })
when和then里面的参数都是对应的。