摘要:
/** * Created by Administrator on 2019/11/6. *指尖敲打着世界 一个阳光而又不失帅气的少年!!!. */ var fs=require("fs"); /** * 方法1:普通读取和写入 */ fs.writeFileSync("D:/app/data/1. 阅读全文
摘要:
//格式化日期:yyyy-MM-dd function formatDate(date) { var myyear = date.getFullYear(); var mymonth = date.getMonth() + 1; var myweekday = date.getDate(); if 阅读全文
摘要:
方法1:delete 注意,该方法删除之后的元素会变为null,并非真正的删除!!! 举例: 原json: { "front" : { "image" : [ { "file" : "D:\\app\\data\\temp\\gn_image_0.jpg", "height" : 253, "wid 阅读全文
摘要:
页面一: window.location="./showUserMsg.html?IDno="+IDno+"&&thedate="+thedate; 页面二: var IDno = getParams("IDno"); console.log(IDno); var thedate = getPara 阅读全文
摘要:
Window+左右键:可以快速将两个我们需要对比的窗口各占一半桌面,很方便同时查看两个软件; 阅读全文