24.6. History

简介:
$ !$

		
$ history
   18  cd workspace/Document
   19  ls
   20  ls

$ !20
ls
Docbook  makedoc  Tex
		




原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

相关文章
history.go()和history.back(),history.go()不刷新
history.go()和history.back(),history.go()不刷新
History、Location
History 对象是 JavaScript 对历史记录进行封装的对象。History 对象的获取使用 window.history获取,其中window. 可以省略History 对象的函数。
89 0
History、Location
window.history对象
history:包含浏览器的浏览历史记录。使用的时候,可以不是红window的前缀。
139 0
History displays the time information
For those of you who use terminals a lot, one of the most common commands is probably history, which allows you to view the history of terminal commands executed
127 0