logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

asp.net允许跨域配置web.config

一直提示不能跨域,在web.config里加入上面这段后,就可以允许跨域访问了。

#asp.net
调用Win32 Api函数,非托管DLL

using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace NetMeeting.API{  public class Win32  {    [DllImport("user32.dll", EntryPoint = "

#c#
到底了