2017年4月11日
摘要: function queryRelation(tableID,prosourceID){ //弹出页面 debugger; initqueryRelationGrid(tableID,prosourceID); var setting = { xType: "dialog", id: "queryR 阅读全文
posted @ 2017-04-11 17:41 ..SunXin 阅读(331) 评论(0) 推荐(0)
摘要: public class Upper{ public static void main(String args[]){ String a = "good"; System.out.println(firstToUpper(a)); } public static String firstToUppe 阅读全文
posted @ 2017-04-11 17:38 ..SunXin 阅读(200) 评论(0) 推荐(0)