摘要:
getParamValue("id"); //http://localhost:2426/TransactionNotes.aspx?id=100 //返回值是100; // 根据参数名称获取参数值 function getParamValue(name) { var paramsArray = g 阅读全文
摘要:
1.获取今天的日期 function getTodayDate(symbol) { symbol = symbol || '-'; var nowDate = new Date(), year = nowDate.getFullYear(), month = nowDate.getMonth() + 阅读全文