怎么用asp得到客户计算机名?

2005-12-21 admin 分享
用存储过程:
declare @strSvrname nvarchar(100)
select @strSvrname=@@ServerName

继续阅读