摘要:
看示例: DropDownList Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1 2 a 3 b 4 a,b为DropDownList里显示的文字 0,1为DropDownList里的值 ... 阅读全文
摘要:
conn.execute("select id,title,content from document where id=1")(0) 取id conn.execute("select id,title,content from document where id=1")(1) 取title conn.execute("select id,title,content from document... 阅读全文