perl 爬取数据

use LWP::UserAgent; use POSIX; use DBI; $user="root"; $passwd="11111111"; $dbh=""; $dbh = DBI->connect("dbi:mysql:database=zjzc_vote;host=11.55.5.57;port=3306",$user,$passwd) or die "can't co
相关文章
相关标签/搜索