我正在尝试获取 URL 上的所有图像 src,但我遇到了错误“实体名称必须立即跟随实体引用中的 '&'。”。请帮忙。
function getimageurls(){
var url ="https://www.zillow.com/homes/for_sale/Baltimore-MD-21224/36431822_zpid/66834_rid/globalrelevanceex_sort/39.317168,-76.41386,39.2393,-76.64835_rect/11_zm/";
var html = UrlFetchApp.fetch(url).getContentText();
Logger.log(html)
}