0
我想用Google Apps腳本UrlFetchApp類基於AngularJS
解析網頁。使用基於AngularJS的動態頁面的Google Apps腳本UrlFetchApp類
要檢索的元素在源代碼中出現爲{{Field1}}
,{{Field2}}
等。在運行angular.min.js
後,它們將被替換爲其字段值。
當使用UrlFetchApp.fetch()
和getContentText()
時,我只需獲取字段名稱(執行),而不是字段值。
我怎樣才能得到後者?