标签: c# .net wcf
使用3层体系结构,我需要输入一个ID并输出数据表以放入excel。我在前端工作,需要知道如何从应用程序层请求输入的特定ID的项目。
with open("/path/to/your/file",'r') as in_file: for line in in_file: if line.startswith('#'): continue else: do something here.