ASP实现可显示和隐躲的树型菜单
asp
<%
if request("showobj")<>"" then response.Cookies("showobj")=request("showobj")
if isnull(response.Cookies("showobj")) then response.Cookies("showobj")=0
%>
TAG:
评论加载中...
|
上一篇: 如何在PHP中定义1个类