
web
武汉小锋
我是一个程序员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JS两栏等高:Javascript set two columns to have the same height
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml" > function AutoHeight() { var h = document.getElementById("leftbar").style.height;原创 2009-12-20 18:14:00 · 452 阅读 · 0 评论 -
初识Wininet:抓网页
#include "stdafx.h"#include#include#include#include#include#pragma comment(lib,"WinInet.lib")using namespace std;int main(){ HINTERNET hINet, hHttpFile; char szSizeBuffer[32原创 2010-04-22 17:41:00 · 392 阅读 · 0 评论