@ptt-bds Bác có 10 luồng thì đầu tiên nếu không có gì xảy ra nó sẽ lấy 10 dòng đầu tiên, sau đó thì cứ luồng nào "ra đi" nó sẽ lấy dòng tiếp theo, đâu có theo quy luật như 1,11,21,31 vs luồng 1 như bác nói đâu.
How to retrieve emails from html
-
Hello,
I would like to create a simple template to look for and retrieve all emails located on an webpage. I tried with xpath with no luck so far..
Thanks for the help.
-
-
@TravelGreg2 Here is regexp to retrieve email
(?:(?:[^<>()[]\\.,;:\s@"]+(?:\.[^<>()[]\\.,;:\s@"]+)*)|(?:".+"))@(?:(?:[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(?:(?:[a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))