lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

 

 

文档块的定义和示例

 

 

 

 

 

 

一、文档块的定义(“编辑器:tinyMCE” -> “编辑html源代码”)

 

 

<pre>

<span style="color: #339966; font-size: 18px;">

// 文档内容开始

[root@rockylinux ~]# export    --help
  export: export [-fn] [name[=value] ...] or export -p
    Set export attribute for shell variables.

    Marks each NAME for automatic export to the environment of subsequently
    executed commands. If VALUE is supplied, assign VALUE before exporting.

  Options:
    -f refer to shell functions
    -n remove the export property from each NAME
    -p display a list of all exported variables and functions

    An argument of `--' disables further option processing.

  Exit Status:
    Returns success unless an invalid option is given or NAME is invalid.
[root@rockylinux ~]#
[root@rockylinux ~]#
[root@rockylinux ~]#

// 文档内容结束

</span>
</pre>

 

 

 

二、应用实例

  

 

  1、“编辑器:tinyMCE” -> “编辑html源码”;复制上面代码,粘贴在html文本框的末尾;

 

 

  2、实例:

 


// 文档内容开始
[root@rockylinux ~]# export    --help
  export: export [-fn] [name[=value] ...] or export -p
    Set export attribute for shell variables.

    Marks each NAME for automatic export to the environment of subsequently
    executed commands. If VALUE is supplied, assign VALUE before exporting.

  Options:
    -f refer to shell functions
    -n remove the export property from each NAME
    -p display a list of all exported variables and functions

    An argument of `--' disables further option processing.

  Exit Status:
    Returns success unless an invalid option is given or NAME is invalid.
[root@rockylinux ~]#
[root@rockylinux ~]#
[root@rockylinux ~]#

// 文档内容结束

 

 

四、 文档截图

 

 

   1、“html源码编辑器”位置:

 

 

 

 

  2、源码编辑器内容:

 

 

 

 

 

 

 

 

 

posted on 2022-03-18 15:46  lnlidawei  阅读(49)  评论(0编辑  收藏  举报