C#中POST数据和接收的几种方式(抛砖引玉)
摘要:POST方式提交数据,一种众所周知的方式: html页面中使用form表单提交,接收方式,使用Request.Form[""]或Request.QueryString[""]来获取。 这里介绍另外一种POST方式和接收方式,就是将整个数据作为加入到数据流中提交和接收 接收方式: 只需要从input
阅读全文
posted @ 2017-10-26 16:28
posted @ 2017-10-26 16:28
posted @ 2017-10-24 10:54
posted @ 2017-10-20 10:54
posted @ 2017-10-13 13:35
posted @ 2017-10-13 13:34
|
|||||||||
日 | 一 | 二 | 三 | 四 | 五 | 六 | |||
---|---|---|---|---|---|---|---|---|---|
26 | 27 | 28 | 29 | 30 | 31 | 1 | |||
2 | 3 | 4 | 5 | 6 | 7 | 8 | |||
9 | 10 | 11 | 12 | 13 | 14 | 15 | |||
16 | 17 | 18 | 19 | 20 | 21 | 22 | |||
23 | 24 | 25 | 26 | 27 | 28 | 1 | |||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
还是不行
非常感谢
Powered by:
博客园
Copyright © 2025 静以修身俭以养德
Powered by .NET 9.0 on Kubernetes