发生这种情况是因为您正在检查不同的请求,您看到的页面在该文件中没有您需要的信息,但它是动态获取的,在这种情况下来自:www.vividseats.com/javascript/tickets。 shtml?productionId=1771684
在那里你可以查看json格式的价格,我认为这是一个项目:
{
"s":"Section 111",
"r":"8-22",
"q":"4",
"p":"692.00",
"i":"VB782041491",
"d":"111",
"n":"Zone Seating. The seller is committing to procure these tickets for you upon receipt of your order. After you place your order and your order is confirmed, we guarantee that your tickets will be within the listed zone
or section listed or one comparable and that you will receive these tickets in time for the event or
your money back. Orders exceeding four tickets may be split up into different rows within the requested
zone or section.",
"f":"0",
"l":"Section 111",
"g":"0",
"e":"0",
"h":"07/21/15",
"t":"0",
"v":"",
"c":"84352",
"z":"1",
"rhdn":"0",
"ind":"0",
"sd":"0"
}
其中p 包含价格。