06 2020 档案

摘要:function parseToDate(value) { if (value == null || value == '') { return undefined; } var dt; if (value instanceof Date) { dt = value; } else { if (!i 阅读全文
posted @ 2020-06-12 16:02 菜鸟-程序猿 阅读(259) 评论(0) 推荐(0)
摘要:function download(id) { let url = 'http://localhost:12879/Resource/ResourceDnld?id=' + id; let xhr=new XMLHttpRequest(); xhr.open('post',url,true); xh 阅读全文
posted @ 2020-06-10 14:14 菜鸟-程序猿 阅读(1158) 评论(0) 推荐(0)