摘要: 一.表单上传: html客户端部分: <form action="upload.ashx" method="post" enctype="multipart/form-data"> 选择文件:<input type="file" name="file1" /><br /> <input type=" 阅读全文
posted @ 2018-11-26 21:52 Samve 阅读(1056) 评论(0) 推荐(0) 编辑
摘要: 1、将一般格式时间转换为时间戳: var systime = "2018年04月28日 16:01:09"; systime = systime.replace('年', "/").replace('月', "/").replace('日', ''); systime = new Date(syst 阅读全文
posted @ 2018-11-26 21:43 Samve 阅读(347) 评论(0) 推荐(0) 编辑