xmerl_xlink.hrl

来自「OTP是开放电信平台的简称」· HRL 代码 · 共 27 行

HRL
27
字号
%% The following is a brief summary of the element types (columns) on %% which the global attributes are allowed:%%%%	     simple  extended locator  arc   resource  title%% type		X	X	X	X	X	X%% href		X		X%% role		X	X	X		X%% title	X	X	X		X%% show		X	X		X%% actuate	X	X		X%% from					X%% to					X%%-record(xlink, {		type,	% simple | extended | locator | arc | resource | title		href,		role		title,		show,		actuate,		from,		to	       }).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?