摘要: server (http://www.b.com/IP.aspx)protectedvoidPage_Load(objectsender,EventArgse){stringcallback=Request.QueryString["callback"];//testCallback({ip:'192.168.1.1'})Response.Write(string.Format("{0}({{ip:'{1}'}})",callback,"192.168.1.1"));}client (http://ww 阅读全文
posted @ 2011-04-19 10:39 死 神 阅读(125) 评论(0) 推荐(0) 编辑