摘要:
function HtmlToColor(HColor: Integer): Integer;var sColorMsg: string; srValue, sgValue, sbValue: string; irValue, igValue, ibValue: Integer;begin sColorMsg := IntToHex(HColor, 6); srValue := '$' + Copy(sColorMsg, 1, 2); sgValue := '$' + Copy(sColorMsg, 3, 2); sbValue := '$' + 阅读全文
posted @ 2012-09-19 00:26
我为硬件而狂
阅读(422)
评论(0)
推荐(0)
浙公网安备 33010602011771号