摘要:
错误的列子: //获取年龄的方法 function getAge(name){ let age=10; return age; } //需要调用的方法 function html(){ let strHtml=`` let age=getAge("小明");//在此希望调用获取年龄方法得到小明的年龄 阅读全文
摘要:
long now = LibDateUtils.DateTime2LibDateTime(DateTime.Now); long today = LibDateUtils.Date2LibDate(DateTime.Now); string planSql = $@"SELECT plan.code 阅读全文