アットウィキロゴ

wikixx

function myFunction() {
 
 
  word="てるてる家族";
 
  w1=encodeURI(word);
 
  uu="https://ja.wikipedia.org/wiki/"+w1;
 
 Logger.log(uu);
 
   str="";
      try {
 
 var res = UrlFetchApp.fetch(uu);
        str=res.getContentText();
 
    } catch (e) { Logger.log("Fail");}
 
dd="OTVbelweder-front.jpg";
 
point=0;
if(str.indexOf(dd)>-1)point=100;
 
 
Logger.log(point);
 
 
 
}
 
最終更新:2017年04月29日 08:17