摘要:
//添加MySql.Data.dll 引用using MySql.Data.MySqlClient; using System; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { private static S... 阅读全文
摘要:
function Twms_DataCenter_DataGrail.copyBegin2EndStr(begindex, endindex, source: string): string; //截取两个字符之间的内容 var n, m: Integer; begin n := Pos(begindex, source); m := Pos(endindex, source); ... 阅读全文