VB6.0中怎样对网页源代码中的网址进行模糊匹配?
比如id后面的字符是变动的,如何查找当前的链接并把它提取出来?src="https://www.douban.com/misc/captcha?id=0emLYba0XnHpKJRgBdS7L2R6&size=s
VB6Y有没有通配符什么的? --------------------编程问答-------------------- 用正则吧:
href *= *['"]*(\S+)["']
参考:
VB6.0如何使用正则表达式
http://blog.csdn.net/vbman2003/article/details/1827135
sign-----------------------------------------------------------------------
补充:VB , 网络编程