摘要: pwd 在 Linux 服务器上,你可以使用以下命令查看你当前所在的目录(即“当前位置”) ls -al 查看当前目录下的文件和文件夹 cd ~ 回到用户主目录 cd /xuanPhoto/posts_blogs 切换到某个路径 cd 文件夹名 进入某个文件夹 cd ../ 退出该级目录进入上一级 阅读全文
posted @ 2017-06-15 23:55 xuanPhoto 阅读(275) 评论(0) 推荐(0)
摘要: test function demo(){ return function test(a){ alert($(a).text()) } } demo() 阅读全文
posted @ 2017-06-15 11:36 xuanPhoto 阅读(183) 评论(0) 推荐(0)