标签: jquery get
我想检查其他网站或网页"远程服务器,如http://www.anywebsite.com"如果使用的是Jquery,我使用此代码但不起作用!
$.get(url) .success(function(data){ if(data.jquery){ alert('yes'); }else{ alert('no'); } }