gpt4 book ai didi

coldfusion - 如何在coldfusion中编码HTML表单?

转载 作者:行者123 更新时间:2023-12-03 18:27:41 26 4
gpt4 key购买 nike

我是冷聚变的新手。

我有一个名为 test1.cfm 的页面

<form action = "test2.cfm" method = "post">
Type your name and hit submit:<br>
<input type = "Text" name = "txt1">
<input type = "Submit" name = "" value = "submit">
</form>

和 test2.cfm
<cfoutput>
success
#form.txt1#
<a href="test1.cfm">back</a>
</cfoutput>

现在我想知道我们是否可以对test2.cfm页面中文本值的显示进行编码。
例如。如果我们输入 <br>在文本框中,test2 页面将其呈现为 html,我想停止呈现,它应该显示为文本。

谢谢

最佳答案

它是 HTMLEditFormat(),而不是代码。

关于coldfusion - 如何在coldfusion中编码HTML表单?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3340968/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com