监视网页中的特定字段 [英] monitor a specific field in a web page

查看:103
本文介绍了监视网页中的特定字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿,

有一个带有注册用户计数器的网页.
当计数器达到1000时,我想收到警报.

有人知道在公共网站中的特定字段等于某个值时启用短信/电子邮件通知的网站/浏览器扩展吗?

也许有人知道如何编写一个能做到这一点的小脚本?

对不起,我很抱歉.
预先感谢

Hey,

There is a webpage with registered user counter.
I want to get an alert when that counter gets to 1000.

Does someone know of a website/browser extension that enables sms/email notification when a specific field in a public website is equal a certain value?

Maybe someone know how to write a small script that does that?

I''m sorry for the rude request.
Thanks in advance

推荐答案

您可以使用C#(或VB.net)通过WebClient类加载页面.然后,您可以在字符串中搜索"1000"和"1,000".然后,您可以使用SmtpClient类发送电子邮件.除非有人知道执行此操作的现有工具,否则您必须自己构建它.
You can use C# (or VB.net) to load up the page using the WebClient class. You can then search the string for "1000" and "1,000". Then you can send out an email using the SmtpClient class. Unless somebody knows of an existing tool that does this, you''ll have to build it yourself.


这篇关于监视网页中的特定字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆