我想使用以下代码在此URL上使用UrlFetchApp.Fetch获取HTML元素。但是,似乎只有某些URL有效。其他网址只返回500或错误请求。
function getHTML()
{
var response = UrlFetchApp.fetch("http://www.theoutlet24.com/th/catalogsearch/\
result/index/?cat=0&limit=all&q=4X4Man");
Logger.log(response);
}
这方面的任何帮助都很明显。
答案 0 :(得分:2)
在URL之后添加<script>
$( document ).ready(function() {
$(".indice-0").show();
$(document).on("change", 'input[type="radio"]', function() {
var idcheck = ($(this).val());
$("a.variante").hide();
$("a.variante-"+idcheck).show();
});
});
</script>
作为选项。我已经测试了它的工作!
{muteHttpExceptions:true}