<%
if request("infoid")<>"" then
set rs=conn.execute("select * from nproduct where id="&request("infoid"))
if not (rs.eof and rs.bof) then
proname=rs("proname")
content=rs("proinfo")
end if
rs.close
set rs=nothing
end if
%>
原图
最终效果
1.打开原图,选择菜单:图像 > 模式 > Lab颜色,确定后点通道面版,点a通道按Ctrl + A 全选,点b通道按Ctrl + V 粘贴,回到图层面版效果如图1 <图1>