| text | 要显示的文本。 | 
| style | 可选的GUIStyle。 | 
| options | 可选的布局选项列表,用于指定额外的布局属性。此处传入的任何值将覆盖 style定义的设置。其他资源:GUILayout.Width,GUILayout.Height,GUILayout.MinWidth,GUILayout.MaxWidth,GUILayout.MinHeight,GUILayout.MaxHeight,GUILayout.ExpandWidth,GUILayout.ExpandHeight。 | 
制作一个可选择的标签字段。(对于显示可复制粘贴的只读信息很有用。)