functionfetchData(){varoptions={'Origin':'http://210.72.1.33:8023','Host':'210.72.1.33:8023'};varresponse=UrlFetchApp.fetch("http://210.72.1.33:8023/gzaqi_new/RealTimeDate.html",options);Logger.log(response.getContentText());}

/ /我想使用谷歌脚本获取Html数据形式回应,但似乎这段代码获取Html代码,这是不够的