using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using Microsoft.Office.Interop.Excel; using Syste
Exception in thread "main" org.json.JSONException: A JSONObject text must begin with '{' at character 1 of [data:[[.....] at org.json.JSONTokener.syntaxError(JSONTokener.java:450) at org.json.JSONObject.<init>(JSONObject.java:179) at org.j
if (!System.IO.File.Exists(@"E:\\111.txt")) { Console.Write("没有找到文件!"); } System.IO.StreamReader sr = new System.IO.StreamReader(@"E:\\111.txt"); OutUrl = sr.ReadToEnd(); sr.Close();