ASP常见问题及解答(1)
作者:袖梨
2022-07-02
1.如何 最小化、最大化、关闭窗口
答:
2.如何静止页面缓存
答:htm网页
或者
asp网页
response.expires=-1
response.expiresabsolute=now()-1
response.cachecontrol="no-cache"
php网页
header("expires:mon,26jul199705:00:00gmt");
header("cache-control:no-cache,must-revalidate");
header("pragma:no-cache");
3.如何检查一段字符串是否全由数字组成
4.如何获取机器信息
答本机ip
服务器名
服务器ip
服务器端口