.... ...
.. <%
dim mm
mm= "asdasd "
response.Write(cstr(mm)) '这个地方已经能返回了
%>
input type= "text " name= "mingcheng " accept= "text/html " value= <%cstr(mm)%> >
但这个文本框框 还是空的,为啥泥? 是不是我脑袋灌了糨糊了?
------解决方案--------------------
input type= "text " name= "mingcheng " accept= "text/html " value= <%=cstr(mm)%> >
楼主似乎没有加=等于号吧
------解决方案--------------------
ls正解
------解决方案--------------------
同意1楼的。另外LZ最好在 <%%> 两边加上引号,如果是给td赋值就不用加了