代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/346740/11726813
htm 173.htm
利用VB提取HTML文件中的EMAIL地址
电子邮件(EMAIL)是INTERNET上应用最广泛的一种服务之一。我们每天都在使用电子邮件,有时为了宣传我们的产品、网站等,更是离不开电子邮件,这就需要收集很多的EMAIL地址。下面我们将向大家介绍用VB自编一个EMAIL地址提取器,用来提取保存在我们硬盘中的HTML文件中所包含的EMAIL地址。
...
www.eeworm.com/read/260147/11743363
c sonotsup.c
/* sonotsup.c - sonotsup */
#include
/*------------------------------------------------------------------------
* sonotsup - an unsupported escape command
*------------------------------
www.eeworm.com/read/260147/11743373
c unscript.c
/* unscript.c - unscript */
#include
#include
#include
#include "local.h"
/*------------------------------------------------------------------------
* unscrip
www.eeworm.com/read/260147/11743375
c xput.c
/* xput.c - xputc, xfputs */
#include
extern FILE *scrfp;
/*------------------------------------------------------------------------
* xputc - putc with optional file scripting
*-------
www.eeworm.com/read/344090/11909087
txt searchfolderfiles.txt
Dim FSO, f, fc, fj, s, f1
Dim sFolder As String
sFolder = "C:\mydir\" 'makesure there is a ending slash
Set FSO = CreateObject("Scripting.FileSystemObject")