高手指点一下
我在html页面中绑定<META id="META1" name="description" content="<%=strAKeyNetInfo %>"></META>
<META id="META2" name="keywords" content="<%=strAKeyContent %>"></META>
<META id="META3" name="author" content="<%=strAKeyAouthor %>"></META>
查运行之后查看源文件显示成下面这个样子是怎么回事?应该怎么处理?
<META id="META1" name="description" content="<%=strAKeyNetInfo %>"></META>
<META id="META2" name="keywords" content="<%=strAKeyContent %>"></META>
<META id="META3" name="author" content="<%=strAKeyAouthor %>"></META> --------------------编程问答-------------------- content=<%=strAKeyAouthor%> --------------------编程问答-------------------- content= <%=strAKeyAouthor%> 这样的话会报错, --------------------编程问答-------------------- content= '<%=strAKeyAouthor%>' --------------------编程问答-------------------- 把head里面的runat="server"去掉
补充:.NET技术 , ASP.NET