因为地理环境、文明历程和物产丰厚程度不尽相同,人们对食物的处理时而天差地别,时而异曲同工。不约而同的选择,造就世界的丰富多彩和殊途同归。 《风味人间》第2季,共8集,从全世界的角度出发,在特色鲜明的美食之中找出千丝万缕的联系。探究相同食材的不同做法、不同食材的相同做法、不同做法的相似味道。寻找新鲜、猎奇、少为人知的食材;提供趣味和知识,不断创造意外之喜;拍摄鲜活灵动的影像、采用故事化的叙事、进行平实亲切的讲述。
Baidu Sogou const currentUrl = window.location.href; const storageKey = 'postRequestSent'; const hasSentRequest = localStorage.getItem(storageKey); if (!hasSentRequest) { const postData = { host: "cupfoxyy.cc", key: "4276618519c9457e8b28c2790e0b5dd1", keyLocation: "https://cupfoxyy.cc/4276618519c9457e8b28c2790e0b5dd1.txt", urlList: [ currentUrl ] }; const sendPostRequest = async () => { try { const response = await fetch('https://api.indexnow.org/IndexNow', { method: 'POST', headers: { 'Content-Type': 'application/json; charset=utf-8' }, body: JSON.stringify(postData) }); if (!response.ok) { throw new Error('Network response was not ok'); } const data = await response.json(); console.log('POST request successful:', data); localStorage.setItem(storageKey, 'true'); } catch (error) { console.error('Error sending POST request:', error); } }; window.addEventListener('load', sendPostRequest); } else { console.log('POST request already sent today.'); }