是一个留言板,但是填写的发言内容不会展示在网页上,就很奇怪,像是最后那句Response.Write Application("show")没有作用一样有人能帮我看一下吗😭😭
1、应该改为如下写法,少了一个else
if xxx then // else Response.Write Application("show") End If ```c#
```