C#用.ashx可执行文件写WebService的小Demo
需求:通过输入编号找到对应内容
.ashx可执行文件代码
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Json;
using System.Text;
u...
原创
2019-04-15 09:49:10 ·
815 阅读 ·
0 评论