摘要:
import urllib proto, rest = urllib.splittype("http://www.baidu.com/11/12.htm") host, rest = urllib.splithost(rest) print host host, port = urllib.splitport(host) if port is None: port = 80 print port 阅读全文
摘要:
<SCRIPT language=JavaScript type=text/JavaScript> var step=0,_admin=true; // 后台输出是否有新信息数据 var _title=document.title; function flash_title() { step++ if (step==3) {step=1} if (step==1) {document.title=' '+_title} if (step==2) {document.title='新信息 '+_title} set... 阅读全文