我需要使用 Apps 脚本从已有的 URL 中检索页面标题。
var url= r.getValue();
var title= magically_retrieve_title(url);
setTitle(title)
我怎样才能做到这一点?
我需要使用 Apps 脚本从已有的 URL 中检索页面标题。
var url= r.getValue();
var title= magically_retrieve_title(url);
setTitle(title)
我怎样才能做到这一点?