标签: google-apps-script
访问此链接时会出现连接错误。
custom query
你知道原因吗?
function myFunction() { var response = UrlFetchApp.fetch("http://www.yodobashi.com/"); Logger.log(response.getContentText()); }