摘要:
onClickRow: function (rowIndex, rowData) { dgonClickRow(rowData.oldCityCode,rowData.CITY) } //数据表格单击事件 function dgonClickRow(citycode, cityname) { var 阅读全文
摘要:
1、C#里的SubString String.SubString(int index,int length) index:开始位置,从0开始 length:你要取的子字符串的长度 2、C#语言之“string格式的日期时间字符串转为DateTime类型”的方法 方法一:Convert.ToDateT 阅读全文