06 2020 档案
摘要:function parseToDate(value) { if (value == null || value == '') { return undefined; } var dt; if (value instanceof Date) { dt = value; } else { if (!i
阅读全文
摘要:function download(id) { let url = 'http://localhost:12879/Resource/ResourceDnld?id=' + id; let xhr=new XMLHttpRequest(); xhr.open('post',url,true); xh
阅读全文

浙公网安备 33010602011771号