location.h
来自「elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, el」· C头文件 代码 · 共 19 行
H
19 行
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_LOCATION_H#define EL__ECMASCRIPT_SPIDERMONKEY_LOCATION_H#include "ecmascript/spidermonkey/util.h"struct document_view;extern const JSClass history_class;extern const JSFunctionSpec history_funcs[];extern const JSClass location_class;extern const JSFunctionSpec location_funcs[];extern const JSPropertySpec location_props[];void location_goto(struct document_view *doc_view, unsigned char *url);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?