就在留言板加 简单调用下就行
------解决方案--------------------------------------------------------
测试过,功能强。不错。
Please keep in your code.
<cfloop
index="strDifficulty"
list="low,medium,high"
delimiters=",">
<!--- Output the CAPTCHA image to the browser. --->
<cfimage
action="captcha"
height="75"
width="363"
text="KinkySolutions"
difficulty="#strDifficulty#"
fonts="verdana,arial,times new roman,courier"
fontsize="18"
/>
<br />
</cfloop>