function myFunction() {
uu="http://api.calil.jp/library?appkey=e465a053d0c4e4af31fdae35357929bc&pref=%E5%9F%BC%E7%8E%89%E7%9C%8C"
str="";
try {
var response = UrlFetchApp.fetch(uu);
str=response.getContentText();
}
catch (e) {}
Logger.log(str);
}
最終更新:2018年07月06日 17:18