摘要: C#是区分大小写的,但是我却发现C#中同时存在String与string,于是我很困惑,于是我上网搜索了一下,于是我了解了一些小知识。 MSDN中对string的说明:string is an alias for String in the .NET Framework。string是String的 阅读全文
posted @ 2025-08-09 10:36 gzjiuying 阅读(346) 评论(0) 推荐(2)
摘要: <% string strname = Request.QueryString["strName"]; %> Request.QueryString 获取http 查询字符串变量集合 <% 里面的是嵌套的c# 阅读全文
posted @ 2025-08-09 10:24 gzjiuying 阅读(11) 评论(0) 推荐(0)