17
Follow
35
Followers
ভাইরাস নির্মম, মানুষের মধ্যে ভালোবাসা আছে।
এফএমজেড সবসময়ই ভালোবাসার মানুষ।
এফএমজেড-এর মাধ্যমে আমি জানতে চাচ্ছি যে এই ভাইরাসটি কীভাবে ছড়িয়ে পড়েছে, এবং এই ভাইরাসটি কীভাবে ছড়িয়ে পড়েছে।HttpQueryএবং Log ((...&) ব্যবহার করে উইকিপিডিয়ার পাবলিক নম্বরে পাঠান, এবং LogStatus ব্যবহার করে তথ্য প্রদর্শন করুন ((কেউ বলেছে যে সম্ভবত ডিম নেই)) ।
এটা তাপমাত্রা।
নিম্নলিখিত কোডটি সঠিক অভিব্যক্তি ফিল্টার করতে ব্যর্থ হয়েছে এবং এটি কেবলমাত্র অর্ধ-সমাপ্ত।
var url = 'https://3g.dxy.cn/newh5/view/pneumonia'
var newsRegex = "/<script id=\"getTimelineService\">.+?window.getTimelineService\s=\s({.+?)}catch\(e\){}<\/script>/im"
var provinceRegex = "/<script id=\"getListByCountryTypeService1\">.+?window.getListByCountryTypeService1\s=\s(\[.+?])}catch\(e\){}<\/script>/im"
///////////////////////////////////////////
function get_dxy_data() {
var ret = HttpQuery(url)
return ret
}
function get_nCoV_news(content ) {
var news = content.match(newsRegex)
Log(news)
}
function get_nCoV_province(content) {
var ret = HttpQuery(url)
var province = ret.search(provinceRegex)
Log(province)
}
function main() {
while(true) {
Sleep(10 * 1000)
var content = get_dxy_data()
if(content === null) {
continue
}
get_nCoV_news(content)
get_nCoV_province(content)
}
}
Related Recommendations
Advanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization


