发布网友
共3个回答
热心网友
就是字符编码的问题,你看看页面使用的是什么编码,浏览器就设置成相应的编码就可以,如果改为其它的编码就会出现问题
热心网友
Response.Write "<script> alert('留言主题、留言内容不能为空!'); </script>"
另外,如果要换行的话,这样:
Response.Write "<script> alert('留言主题、留言内容不能为空!'); " &_
"</script>"
热心网友
把response.write""外面的括号去掉
看有没有加end if