驗證網址weather.yam.com安全性

Yam國農曆轉換

#!/usr/bin/perl use CGI; $q = new CGI; print "Content-type: text/html\n\n"; #print $q -> start_html('國農民曆查詢'); # get parameters $queried = $q -> param('queried'); $year = $q -> param('year'); $month = $q -> param('month'); $day = $q -> param('day'...

網址安全性掃描由 google 提供