Program.cs 346 B

1234567891011121314151617
  1. using Azylee.YeahWeb.BaiDuWebAPI.IPLocationAPI;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. namespace Test.BaiDuWebAPI
  7. {
  8. class Program
  9. {
  10. static void Main(string[] args)
  11. {
  12. var loc = IPLocationTool.GetLocation();
  13. Console.WriteLine("");
  14. }
  15. }
  16. }