POST TIME:2020-04-10 16:40
處理方法:通過(guò)修改上傳參數(shù)傳遞代碼,可以得到這樣的結(jié)果,代碼如下
$(function(){
var imgSrc = "http://www.pigzz.com/mued.gif",
tag = '.gif';
if(imgSrc.indexOf(tag) != -1){
alert('1'); // your code here
}else{
alert('2'); // your code here
}
});
