摘要:
<script> function gettime() { var date = new Date(); var timestr =date.getFullYear()+"-"+(date.getMonth()+1)+"-"+date.getDate()+"  "+ date.toT 阅读全文
摘要:
1、打开指定目录 cd /name 进入平级目录 cd name 进入子目录 2、返回上级目录 cd 3、 查看文件列表 LS 4、执行脚本 sh name.sh 5。编写脚本 第一行 #!/bin/bash VIM name 编辑脚本 最好用VIM编写 ,Windows 编码与 linux不同 退 阅读全文
摘要:
1、html <script> var date = new Date(); xmltext = new XMLHttpRequest; xmltext.open("GET","2.xml",false); xmltext.send(); a = xmltext.responseXML; //doc 阅读全文